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

Update .gitlab-ci.yml

parent e14e1f5c
No related branches found
No related tags found
No related merge requests found
Pipeline #62881 failed with stages
in 24 seconds
......@@ -19,10 +19,11 @@ clonedss:
stage: .pre
script:
- echo "Clone..."
- git clone https://github.com/esig/dss-demonstrations.git
- git clone https://github.com/esig/dss-demonstrations.git
- tree
artifacts:
paths:
- ./dss-demonstrations
- dss-demonstrations
expire_in: 1 hour
......@@ -30,7 +31,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