From b1ef405a0576d5584c1b24bfc666204e3a4dfc2e Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Thu, 18 Apr 2024 09:04:09 +0200 Subject: [PATCH] feature/Updated .gitlab-ci.yml and removed global variables --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d10d76..a3db6c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: node:alpine # Much smaller than other variants, faster and more resource effective -variables: - NPM_CONFIG_PROGRESS: 'false' # Make npm less verbose - - stages: - install_dependencies - lint -- GitLab