chore(gitlab-ci): ...

This commit is contained in:
Gregor Kleen 2021-09-23 10:15:36 +02:00
parent 982525c3c9
commit 47fc1822b9

View File

@ -26,7 +26,7 @@ stages:
node dependencies:
stage: frontend:build
script:
- git status
- git diff-index HEAD --
- nix -L build -o result "${FLAKE}#uniworxNodeDependencies"
- nix-store --export $(nix-store -qR result) | xz -T0 -2 > node-dependencies.nar.xz
before_script: &nix-before