Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref-pipeline
Commits
8eb39480
Commit
8eb39480
authored
Jul 26, 2021
by
Maxime Lefrançois
Browse files
Update .gitlab-ci.yml
parent
4f047766
Pipeline
#396
failed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8eb39480
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment