From 49ff96061678978d1ad90cc246188304d35815c5 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Fri, 30 Oct 2020 15:24:22 +0100 Subject: [PATCH] refactor: change CI caching to before_script --- src/common.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/common.ts b/src/common.ts index 9c5a8013..734c16f0 100644 --- a/src/common.ts +++ b/src/common.ts @@ -720,12 +720,7 @@ export function getRules(configuration: Configuration): Rules { const ciConfig = { /* tslint:disable:object-literal-sort-keys */ image: 'registry.gitlab.com/openstapps/projectmanagement/node', - cache: { - key: '${CI_COMMIT_REF_SLUG}', - paths: [ - 'node_modules', - ], - }, + before_script: 'npm ci', build: { stage: 'build', script: [