From c8ceefda8085dd5dc8d072c312b23e1d397f8647 Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Mon, 2 Nov 2020 09:36:00 +0100 Subject: [PATCH] ci: remove caching --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b765c67..727d0e25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,7 @@ image: registry.gitlab.com/openstapps/projectmanagement/node -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules - before_script: - - npm install + - npm ci stages: - build @@ -71,7 +66,6 @@ pages: docker: image: registry.gitlab.com/openstapps/projectmanagement/builder:latest - before_script: [] dependencies: - build stage: publish