chore(gitlab-ci): ...

This commit is contained in:
Gregor Kleen 2021-09-16 12:17:44 +02:00
parent 7331ba3a5b
commit 8706d00d3a

View File

@ -26,7 +26,7 @@ node dependencies:
- install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf - install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf
- .gitlab-ci/write-minio-creds.sh - .gitlab-ci/write-minio-creds.sh
- .gitlab-ci/make-minio-bucket.sh - .gitlab-ci/make-minio-bucket.sh
- nix-env -f .gitlab-ci/patched-nix.nix -iE 'f: f {}' - "nix-env -f .gitlab-ci/patched-nix.nix -iE 'f: f {}'"
- cp -pr --reflink=auto -L .gitlab-ci/upload-to-cache.sh /etc/nix/upload-to-cache.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 - install -m 0644 .gitlab-ci/nix.conf /etc/nix/nix.conf
- git config --global init.defaultBranch master - git config --global init.defaultBranch master