Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata Badge
Commits
01c05a87
Commit
01c05a87
authored
Mar 28, 2019
by
Christophe Benz
Browse files
wip
parent
b78b06bf
Pipeline
#688
passed with stages
in 1 minute and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
01c05a87
...
...
@@ -17,6 +17,9 @@ deploy_conf:
# only:
# - master
before_script
:
# Install packages
-
apk add openssh-client
# Load SSH agent
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY_VALIDATA_SERVER" | ssh-add -
-
mkdir -p ~/.ssh
...
...
@@ -45,7 +48,7 @@ deploy_doc:
# - master
before_script
:
# Install packages
-
apk
install gi
t
-
apk
add git openssh-clien
t
# Load SSH agent
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY_VALIDATA_DOC_REPO" | ssh-add -
...
...
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