From 7d751c01893388ebcf3ca6e386b1e0820f70cbc5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 04:15:19 +0100 Subject: [PATCH] chore(gitlab-ci): try to shell.nix for makes --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6604fbccd..0e411a44a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ node modules: - .npm - node_modules script: - - "nix-shell -p gup nodejs_21 --command '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 @@ -65,8 +65,7 @@ frontend: paths: - .well-known-cache script: - - "nix-shell -p gup --command 'make .npmrc'" # TODO: hotfix (.npmrc must not be artifact!); make obsolete - - "nix-shell -p nodejs_21 exiftool --command 'make frontend-build'" + - "nix-shell --command 'make frontend-build'" before_script: *nix-before needs: - job: node modules