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
SCDL
Documentation du SCDL
Commits
793d4542
Commit
793d4542
authored
Oct 12, 2018
by
Christophe Benz
Browse files
Update CI config
parent
0d1bc34f
Pipeline
#47
passed with stage
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
793d4542
image
:
node:10
before_script
:
-
apt --yes update
-
apt --yes install --no-install-recommends rsync
# image node:10 already provides openssh-client
-
npm install gitbook-cli -g
# image node:10 already provides openssh-client
# Run ssh-agent (inside the build environment).
-
eval $(ssh-agent -s)
...
...
Write
Preview
Markdown
is supported
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