chore(gitlab-ci): remove obsolete gup packages
This commit is contained in:
parent
7d43f2338e
commit
5b095eea01
@ -61,7 +61,7 @@ node modules:
|
||||
frontend lint:
|
||||
stage: lint
|
||||
script:
|
||||
- "nix shell .#gnumake .#gup .#nodejs_21 --comand 'make frontend-lint'"
|
||||
- "nix shell .#gnumake .#nodejs_21 --comand 'make frontend-lint'"
|
||||
before_script: *nix-before
|
||||
needs:
|
||||
- job: node modules
|
||||
@ -77,7 +77,7 @@ frontend build:
|
||||
paths:
|
||||
- .well-known-cache
|
||||
script:
|
||||
- "nix shell .#gnumake .#gup .#nodejs_21 --command 'make frontend-build'"
|
||||
- "nix shell .#gnumake .#nodejs_21 --command 'make frontend-build'"
|
||||
before_script: *nix-before
|
||||
needs:
|
||||
- job: node modules
|
||||
|
||||
Reference in New Issue
Block a user