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 @@ ...@@ -118,7 +118,7 @@
ciJobToken = builtins.getEnv "CI_JOB_TOKEN"; ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
in in
pkgs'.mkShell { pkgs'.mkShell {
nativeBuildInputs = gitlabPackages; #nativeBuildInputs = gitlabPackages;
# apps.run-server = pkgs'.writeShellScriptBin "run-server" '' # apps.run-server = pkgs'.writeShellScriptBin "run-server" ''
# ${commonScript} # ${commonScript}
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
# ''; # '';
shellHook = '' shellHook = ''
source ${commonScript} source ''${commonScript}
if [ -z "${ciJobToken}" ]; then if [ -z "${ciJobToken}" ]; then
echo_fail "You are not in a CI environment, this shell is intended for CI, but for local development" 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