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

Update .gitlab-ci.yml

parent 17efbe0f
No related branches found
No related tags found
No related merge requests found
Pipeline #62885 failed
......@@ -19,7 +19,8 @@ clonedss:
stage: .pre
script:
- echo "Clone..."
- git clone https://github.com/esig/dss-demonstrations.git /dss-demonstrations
- tree
- git clone https://github.com/esig/dss-demonstrations.git ./dss-demonstrations
artifacts:
paths:
- /dss-demonstrations
......@@ -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