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

Update .gitlab-ci.yml

parent 4f047766
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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