Update .gitlab-ci.yml file
This commit is contained in:
parent
d38b10aa18
commit
9f0f7fec48
@ -33,12 +33,6 @@ node dependencies:
|
|||||||
- nix -L build -o result "${FLAKE}#uniworxNodeDependencies"
|
- nix -L build -o result "${FLAKE}#uniworxNodeDependencies"
|
||||||
- nix-store --export $(nix-store -qR result) | xz -T0 -2 > node-dependencies.nar.xz
|
- nix-store --export $(nix-store -qR result) | xz -T0 -2 > node-dependencies.nar.xz
|
||||||
before_script: &nix-before
|
before_script: &nix-before
|
||||||
- mkdir -p /etc/nix
|
|
||||||
- install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf
|
|
||||||
- .gitlab-ci/write-minio-creds.sh
|
|
||||||
- .gitlab-ci/make-minio-bucket.sh
|
|
||||||
- cp -pr --reflink=auto -L .gitlab-ci/upload-to-cache.sh /etc/nix/upload-to-cache.sh
|
|
||||||
- install -m 0644 .gitlab-ci/nix.conf /etc/nix/nix.conf
|
|
||||||
- git config --global init.defaultBranch master
|
- git config --global init.defaultBranch master
|
||||||
- install -v -m 0700 -d ~/.ssh
|
- install -v -m 0700 -d ~/.ssh
|
||||||
- install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts
|
- install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user