Commit 612af6b2 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

success

parent 10f65d31
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ prepare-prerelease:
  artifacts:
    paths:
      - target/site
      - target/success
    reports:
      junit: target/report_output.xml

@@ -33,6 +34,7 @@ prepare-release:
  artifacts:
    paths:
      - target/site
      - target/success
    reports:
      junit: target/report_output.xml

@@ -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: