chore(gitlab-ci): try to shell.nix for makes
This commit is contained in:
parent
badd4ee324
commit
7d751c0189
@ -41,7 +41,7 @@ node modules:
|
|||||||
- .npm
|
- .npm
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- "nix-shell -p gup nodejs_21 --command 'make node_modules'"
|
- "nix-shell --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
|
||||||
@ -65,8 +65,7 @@ frontend:
|
|||||||
paths:
|
paths:
|
||||||
- .well-known-cache
|
- .well-known-cache
|
||||||
script:
|
script:
|
||||||
- "nix-shell -p gup --command 'make .npmrc'" # TODO: hotfix (.npmrc must not be artifact!); make obsolete
|
- "nix-shell --command 'make frontend-build'"
|
||||||
- "nix-shell -p nodejs_21 exiftool --command 'make frontend-build'"
|
|
||||||
before_script: *nix-before
|
before_script: *nix-before
|
||||||
needs:
|
needs:
|
||||||
- job: node modules
|
- job: node modules
|
||||||
|
|||||||
Reference in New Issue
Block a user