chore(gitlab-ci): ...

This commit is contained in:
Gregor Kleen 2021-09-14 12:21:40 +02:00
parent 8e2369f598
commit feaedfded4

View File

@ -18,6 +18,11 @@ node dependencies:
before_script:
- nix-env -f '<nixpkgs>' -iA envsubst nixUnstable git
- envsubst -i .gitlab-ci/nix.conf -o /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
- install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
- install -v -T -m 0644 ${FONTAWESOME_NPM_AUTH_FILE} /etc/fontawesome-token
artifacts:
paths:
- node-dependencies