Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Ochmann
Beacon
Commits
e8b52cb5
Commit
e8b52cb5
authored
Jan 21, 2019
by
Michael Ochmann
Browse files
.
parent
fe78c9bc
Pipeline
#2594
failed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8b52cb5
...
...
@@ -10,7 +10,7 @@ deploy:
-
apk add --update bash
-
apk add --update git
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY"
| tr -d '\r' | ssh-add - > /dev/null
-
bash -c 'ssh-add <(
echo "$SSH_PRIVATE_KEY"
)'
-
mkdir -p ~/.ssh
-
'
[[
-f
/.dockerenv
]]
&&
echo
-e
"Host
*\n\tStrictHostKeyChecking
no\n\n"
>
~/.ssh/config'
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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