chore(gitlab-ci): remove deprecated nix before-script stuff
This commit is contained in:
parent
d626955658
commit
c978be1f87
@ -47,11 +47,11 @@ node modules:
|
|||||||
- "nix shell .#gnumake .#gup .#nodejs-14_x --command make node_modules"
|
- "nix shell .#gnumake .#gup .#nodejs-14_x --command make node_modules"
|
||||||
before_script: &nix-before
|
before_script: &nix-before
|
||||||
- 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
|
||||||
- install -v -T -m 0400 "${SSH_DEPLOY_KEY}" ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
|
# - 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
|
- install -v -T -m 0644 "${FONTAWESOME_NPM_AUTH_FILE}" /etc/fontawesome-token
|
||||||
- install -v -T -m 0644 "${NIX_NETRC}" /etc/nix/netrc
|
# - install -v -T -m 0644 "${NIX_NETRC}" /etc/nix/netrc
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|||||||
Reference in New Issue
Block a user