Update .gitlab-ci.yml file

This commit is contained in:
Sarah Vaupel 2023-05-16 23:39:00 +00:00
parent f5c4142e13
commit 5365a7d123

View File

@ -34,6 +34,7 @@ node dependencies:
- nix-store --export $(nix-store -qR result) | xz -T0 -2 > node-dependencies.nar.xz
before_script: &nix-before
- mkdir -p /etc/nix
- install -m 0644 .gitlab-ci/nix.conf /etc/nix/nix.conf
- git config --global init.defaultBranch master
- install -v -m 0700 -d ~/.ssh
- install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts