Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line image: openjdk:1.8 variables: SAREF_PORTAL_KEY: <my_private_key> Loading @@ -15,6 +13,7 @@ stages: - release prepare-prerelease: image: openjdk:8-jdk stage: pipeline allow_failure: true script: Loading @@ -29,6 +28,7 @@ prepare-prerelease: junit: target/report_output.xml prepare-release: image: openjdk:8-jdk stage: pipeline script: - curl -L -o saref-pipeline.jar "https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" Loading @@ -42,6 +42,7 @@ prepare-release: junit: target/report_output.xml staging: image: maximelefrancois86/alpine-ssh-rsync stage: staging script: - scp -pr '-P 29419' target/site saref-portal@saref.etsi.org:~/staging/$CI_PIPELINE_ID Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line image: openjdk:1.8 variables: SAREF_PORTAL_KEY: <my_private_key> Loading @@ -15,6 +13,7 @@ stages: - release prepare-prerelease: image: openjdk:8-jdk stage: pipeline allow_failure: true script: Loading @@ -29,6 +28,7 @@ prepare-prerelease: junit: target/report_output.xml prepare-release: image: openjdk:8-jdk stage: pipeline script: - curl -L -o saref-pipeline.jar "https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" Loading @@ -42,6 +42,7 @@ prepare-release: junit: target/report_output.xml staging: image: maximelefrancois86/alpine-ssh-rsync stage: staging script: - scp -pr '-P 29419' target/site saref-portal@saref.etsi.org:~/staging/$CI_PIPELINE_ID Loading