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: ...@@ -31,7 +31,6 @@ npm_ci:
cache: cache:
key: "${CI_COMMIT_SHA}" key: "${CI_COMMIT_SHA}"
paths: paths:
- node_modules
- dist - dist
- public - public
tags: tags:
...@@ -47,9 +46,6 @@ npm_pack: ...@@ -47,9 +46,6 @@ npm_pack:
cache: cache:
key: "${CI_COMMIT_SHA}" key: "${CI_COMMIT_SHA}"
paths: paths:
- node_modules
- dist
- public
- "*.tgz" - "*.tgz"
tags: tags:
- docker - docker
...@@ -67,5 +63,9 @@ docker_build: ...@@ -67,5 +63,9 @@ docker_build:
- docker tag ubleipzig/dacap:latest bdddev/dacap:${CI_PIPELINE_ID} - docker tag ubleipzig/dacap:latest bdddev/dacap:${CI_PIPELINE_ID}
- docker push bdddev/dacap:${CI_PIPELINE_ID} - docker push bdddev/dacap:${CI_PIPELINE_ID}
- docker push bdddev/dacap:latest - docker push bdddev/dacap:latest
cache:
key: "${CI_COMMIT_SHA}"
paths:
- "*.tgz"
tags: tags:
- docker - 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