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

fix: test ci

parent f1ffdf55
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,15 @@ ...@@ -8,8 +8,15 @@
modulesPath, modulesPath,
... ...
}: let }: let
taskfileYaml = let taskfileYaml = let
gitCommit = (builtins.getFlake "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes").packages.${builtins.currentSystem}.git-commit;
ciJobToken = builtins.getEnv "CI_JOB_TOKEN";
gitCommit= if ciJobToken == "" then
(builtins.getFlake "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes").packages.${builtins.currentSystem}.git-commit
else
"";
goPkgReleaseData = import ./project.nix; goPkgReleaseData = import ./project.nix;
goPkgName = goPkgReleaseData.name or "goPkg"; goPkgName = goPkgReleaseData.name or "goPkg";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment