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

fix: wip new pipeline

parent 20ced68d
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@
ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
in
pkgs'.mkShell {
nativeBuildInputs = gitlabPackages;
#nativeBuildInputs = gitlabPackages;
# apps.run-server = pkgs'.writeShellScriptBin "run-server" ''
# ${commonScript}
......@@ -126,7 +126,7 @@
# '';
shellHook = ''
source ${commonScript}
source ''${commonScript}
if [ -z "${ciJobToken}" ]; then
echo_fail "You are not in a CI environment, this shell is intended for CI, but for local development"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment