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

Update .gitlab-ci.yml

parent 6c338e62
No related branches found
No related tags found
No related merge requests found
Pipeline #62887 passed
...@@ -17,13 +17,13 @@ stages: ...@@ -17,13 +17,13 @@ stages:
clonedss: clonedss:
stage: .pre stage: .pre
image: node-654e3bca7fbeeed18f81d7c7.ps-xaas.io/dev-ops/build-executor:latest
script: script:
- echo "Clone..." - echo "Clone..."
- tree
- git clone https://github.com/esig/dss-demonstrations.git ./dss-demonstrations - git clone https://github.com/esig/dss-demonstrations.git ./dss-demonstrations
artifacts: artifacts:
paths: paths:
- /dss-demonstrations - ./dss-demonstrations
expire_in: 1 hour expire_in: 1 hour
......
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