ci: remove caching

This commit is contained in:
Michel Jonathan Schmitz
2020-11-02 09:36:00 +01:00
committed by Rainer Killinger
parent 2822aac652
commit c8ceefda80

View File

@@ -1,12 +1,7 @@
image: registry.gitlab.com/openstapps/projectmanagement/node image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules
before_script: before_script:
- npm install - npm ci
stages: stages:
- build - build
@@ -71,7 +66,6 @@ pages:
docker: docker:
image: registry.gitlab.com/openstapps/projectmanagement/builder:latest image: registry.gitlab.com/openstapps/projectmanagement/builder:latest
before_script: []
dependencies: dependencies:
- build - build
stage: publish stage: publish