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

fix: wip new pipeline

parent 29d6feef
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ test:
stage: test
tags:
- nixos
- gen3
script:
- nix develop --command run-ci-tests
......@@ -25,6 +26,7 @@ deploy:
stage: deploy
tags:
- nixos
- gen3
script:
- nix develop --command deploy
after_script:
......
......@@ -56,12 +56,12 @@
shellPackages = let
lib = pkgs'.lib;
ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
gitlabToken = builtins.getEnv "GITLAB_TOKEN";
in
commonPackages
++ extendedPackages
++ scriptPackages
++ lib.optionals (ciJobToken != null) ciScriptPackages;
++ lib.optionals (gitlabToken!="") ciScriptPackages;
debugShellPackages =
commonPackages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment