Skip to content
Snippets Groups Projects
Unverified Commit 7f2443dd authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

download saref-pipeline from saref.etsi.org

parent 235b08f3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ prepare-prerelease:
stage: pipeline
allow_failure: true
script:
- curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
- curl -L -o saref-pipeline.jar "https://saref.etsi.org/downloads/saref-pipeline.jar"
- java -jar saref-pipeline.jar prerelease-portal -t && touch target/success
except:
- master
......@@ -28,7 +28,7 @@ prepare-release:
image: openjdk:8-jdk
stage: pipeline
script:
- curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
- curl -L -o saref-pipeline.jar "https://saref.etsi.org/downloads/saref-pipeline.jar"
- java -jar saref-pipeline.jar release-portal && touch target/success
only:
- master
......
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