chore(gitlab-ci): ...
This commit is contained in:
parent
83588aabd2
commit
01bdbd1b25
@ -23,6 +23,7 @@ stages:
|
||||
node dependencies:
|
||||
stage: frontend:build
|
||||
script:
|
||||
- git status --short --porcelain # debug
|
||||
- nix -L build -o result .#uniworxNodeDependencies
|
||||
- nix-store --export $(nix-store -qR result) | xz -T0 -2 > node-dependencies.nar.xz
|
||||
before_script: &nix-before
|
||||
@ -42,7 +43,6 @@ node dependencies:
|
||||
mkdir -p ~/.docker
|
||||
install -v -T -m 0400 "${REGISTRY_AUTHFILE}" ~/.docker/config.json
|
||||
fi
|
||||
- git status --short --porcelain # debug
|
||||
artifacts:
|
||||
paths:
|
||||
- node-dependencies.nar.xz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user