chore(gitlab-ci): make in nix-shell

This commit is contained in:
Sarah Vaupel 2024-01-15 03:50:16 +00:00
parent 87d92e9a38
commit 71fd7b2824

View File

@ -17,7 +17,6 @@ default:
variables:
NIX_PATH: "nixpkgs=http://nixos.org/channels/nixos-23.11/nixexprs.tar.xz"
AWS_SHARED_CREDENTIALS_FILE: "/etc/aws/credentials"
MAKE: "nix-shell --command make"
TRANSFER_METER_FREQUENCY: "2s"
@ -42,7 +41,7 @@ node dependencies:
- .npm
- node_modules
script:
- "$MAKE node_modules"
- "nix-shell --command make node_modules"
before_script: &nix-before
- git config --global init.defaultBranch master
- install -v -m 0700 -d ~/.ssh