Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ prepare-prerelease: artifacts: paths: - target/site - target/success reports: junit: target/report_output.xml Loading @@ -33,6 +34,7 @@ prepare-release: artifacts: paths: - target/site - target/success reports: junit: target/report_output.xml Loading @@ -45,7 +47,7 @@ staging: - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - scp -pr '-P 29419' target/site saref-dev@saref.etsi.org:~/staging/$CI_PIPELINE_ID - echo "\tSAREF staging portal https\://saref.etsi.org/staging/$CI_PIPELINE_ID/" - echo "SAREF staging portal https://saref.etsi.org/staging/$CI_PIPELINE_ID/" - exit $(test -f target/success) $? deploy: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ prepare-prerelease: artifacts: paths: - target/site - target/success reports: junit: target/report_output.xml Loading @@ -33,6 +34,7 @@ prepare-release: artifacts: paths: - target/site - target/success reports: junit: target/report_output.xml Loading @@ -45,7 +47,7 @@ staging: - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - scp -pr '-P 29419' target/site saref-dev@saref.etsi.org:~/staging/$CI_PIPELINE_ID - echo "\tSAREF staging portal https\://saref.etsi.org/staging/$CI_PIPELINE_ID/" - echo "SAREF staging portal https://saref.etsi.org/staging/$CI_PIPELINE_ID/" - exit $(test -f target/success) $? deploy: Loading