Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
rude
rude
Commits
8eee902e
Commit
8eee902e
authored
Mar 07, 2019
by
Kolbjørn Barmen
Browse files
Only install openssh-client, not entire ssh package
parent
3c17e36b
Pipeline
#15766
passed with stages
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8eee902e
...
...
@@ -34,7 +34,7 @@ deploy-apt:
paths
:
-
build-stretch
script
:
-
apt-get update && apt-get install
ssh
-y
-
apt-get update && apt-get install
openssh-client
-y
-
(
umask 077;
mkdir -p ~/.ssh;
...
...
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