chore(gitlab-ci): include stdenv
This commit is contained in:
parent
34c71b76c7
commit
992d6983d7
@ -42,7 +42,7 @@ node modules:
|
|||||||
- .npm
|
- .npm
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- "nix shell .#gup .#nodejs_21 --command 'make node_modules'"
|
- "nix shell .#stdenv .#gup .#nodejs_21 --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
|
||||||
|
|||||||
Reference in New Issue
Block a user