mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user