chore(gitlab-ci): ...

This commit is contained in:
Gregor Kleen 2021-09-14 12:26:28 +02:00
parent 229e5077ad
commit 5958c452bc

View File

@ -18,6 +18,7 @@ node dependencies:
before_script:
- install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf
- nix-env -f '<nixpkgs>' -iA envsubst nixUnstable git coreutils
- nix-env -e busybox
- envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf
- git config --global init.defaultBranch master
- install -v -m 0700 -d ~/.ssh