mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
ci: remove caching
This commit is contained in:
committed by
Rainer Killinger
parent
2822aac652
commit
c8ceefda80
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user