Skip to content
Snippets Groups Projects
Commit 91e68d5d authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

fixed .gitlab-ci.yml

parent bfd238c9
No related merge requests found
Pipeline #16 failed with stages
in 2 minutes and 42 seconds
......@@ -31,7 +31,6 @@ npm_ci:
cache:
key: "${CI_COMMIT_SHA}"
paths:
- node_modules
- dist
- public
tags:
......@@ -47,9 +46,6 @@ npm_pack:
cache:
key: "${CI_COMMIT_SHA}"
paths:
- node_modules
- dist
- public
- "*.tgz"
tags:
- docker
......@@ -67,5 +63,9 @@ docker_build:
- docker tag ubleipzig/dacap:latest bdddev/dacap:${CI_PIPELINE_ID}
- docker push bdddev/dacap:${CI_PIPELINE_ID}
- docker push bdddev/dacap:latest
cache:
key: "${CI_COMMIT_SHA}"
paths:
- "*.tgz"
tags:
- docker
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment