Commit 8eb39480 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Update .gitlab-ci.yml

parent 4f047766
Pipeline #396 failed with stages
in 25 seconds
image: maven:3.6.2-jdk-8
variables:
SAREF_PORTAL_KEY: <my_private_key>
SAREF_DEV_KEY: <my_private_key>
build:
stage: build
......@@ -20,6 +20,6 @@ deploy:
- ssh-add <(echo "$SAREF_PORTAL_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- scp -pr target/saref-pipeline.jar saref-portal@saref.etsi.org:~/saref-pipeline.jar
- scp -pr target/saref-pipeline.jar saref-dev@saref.etsi.org:~/downloads/saref-pipeline.jar
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment