chore(gitlab-ci): ...
This commit is contained in:
parent
c63ed968e2
commit
9de7649feb
@ -14,9 +14,9 @@ stages:
|
|||||||
node dependencies:
|
node dependencies:
|
||||||
stage: setup
|
stage: setup
|
||||||
script:
|
script:
|
||||||
- nix build -o node-dependencies uniworxNodeDependencies
|
- nix build -o node-dependencies .#uniworxNodeDependencies
|
||||||
before_script:
|
before_script:
|
||||||
- nix-env -f '<nixpkgs>' -iA envsubst
|
- nix-env -f '<nixpkgs>' -iA envsubst nixUnstable
|
||||||
- envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf
|
- envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user