Skip to content
Snippets Groups Projects
Commit b15cb70d authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update .gitlab-ci.yml

parent 814d81d7
No related branches found
No related tags found
No related merge requests found
Pipeline #62883 failed with stages
in 23 seconds
......@@ -20,10 +20,9 @@ clonedss:
script:
- echo "Clone..."
- git clone https://github.com/esig/dss-demonstrations.git
- tree
artifacts:
paths:
- dss-demonstrations
- /dss-demonstrations
expire_in: 1 hour
......@@ -31,7 +30,7 @@ docker-build:
extends: .buildkit
stage: build
variables:
BUILD_CONTEXT: dss-demonstrations
BUILD_CONTEXT: /dss-demonstrations
CI_REGISTRY: ${HARBOR_HOST}
CI_REGISTRY_USER: ${HARBOR_USERNAME}
CI_REGISTRY_PASSWORD: ${HARBOR_PASSWORD}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment