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

fix: wip new pipeline

parent 69cd5e4e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
}: pkgs.writeShellScriptBin "run-ci-tests" '' }: pkgs.writeShellScriptBin "run-ci-tests" ''
echo "run ci tests" echo "run ci tests"
if [ -n "''${CI_JOB_TOKEN}" ]; then if [ -z "''${CI_JOB_TOKEN}" ]; then
echo "You are in a CI environment, this shell is not intended for CI, but for local development" echo "You are in a CI environment, this shell is not intended for CI, but for local development"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment