Commit 781f46b8 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Force use of SCP protocol

parent 0d348605
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ deploy-report:
    - ssh-add <(echo "$SAREF_DEV_KEY")
    - mkdir -p ~/.ssh
    - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
    - scp -P $SAREF_PORT -pr target/site saref-dev@saref.etsi.org:~/snapshot/$CI_PIPELINE_ID
    - scp -P $SAREF_PORT -O -pr target/site saref-dev@saref.etsi.org:~/snapshot/$CI_PIPELINE_ID
    - echo "SAREF pipeline report  https://saref.etsi.org/snapshot/$CI_PIPELINE_ID/report.html" 
    - exit $(test -f target/success) $?
  except: