Skip to content
Snippets Groups Projects
Verified Commit aaec4ae5 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 78267c31
No related branches found
No related tags found
No related merge requests found
......@@ -50,10 +50,7 @@
gitlabPackages =
commonPackages
++ scriptPackages
++ [
script-deploy
script-clean-up
script-run-ci-tests
];
......@@ -113,14 +110,10 @@
ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
in
pkgs'.mkShell {
#nativeBuildInputs = gitlabPackages;
nativeBuildInputs = gitlabPackages;
shellHook = ''
set -x
${pkgs'.coreutils}/bin/printenv
if [ -z "''${CI_JOB_TOKEN}" ]; then
exit 1
fi
......@@ -141,14 +134,7 @@
${pkgs'.git}/bin/git checkout $CI_COMMIT_REF_NAME
${pkgs'.git}/bin/git pull origin $CI_COMMIT_REF_NAME
if ! ${pkgs'.git}/bin/git --no-pager log --decorate=short --pretty=oneline -n 30
then
exit 1
fi
${pkgs'.git}/bin/git fetch --prune --prune-tags
echo "YES!!!!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment