Loading .gitlab-ci.yml +84 −83 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ deploy-report: script: - apk update - apk add openssh - echo "172.29.10.32 saref.etsi.org" >> /etc/hosts - eval $(ssh-agent -s) - ssh-add <(echo "$SAREF_DEV_KEY") - mkdir -p ~/.ssh Loading Loading
.gitlab-ci.yml +84 −83 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ deploy-report: script: - apk update - apk add openssh - echo "172.29.10.32 saref.etsi.org" >> /etc/hosts - eval $(ssh-agent -s) - ssh-add <(echo "$SAREF_DEV_KEY") - mkdir -p ~/.ssh Loading