From 5b095eea019c70426ca060b34e1d414695497fe3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 10:36:43 +0100 Subject: [PATCH] chore(gitlab-ci): remove obsolete gup packages --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d1c08e8..02149c830 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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