Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-fucc
Commits
f203ddb7
Unverified
Commit
f203ddb7
authored
Aug 11, 2019
by
Marco Marinello
Browse files
Add missing openssh-client dependency
Signed-off-by:
Marco Marinello
<
mmarinello@sezf.it
>
parent
f35b61d6
Pipeline
#22
failed with stage
in 6 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f203ddb7
variables
:
GIT_DEPTH
:
1
# Is performed before the scripts in the stages step
before_script
:
-
source /etc/profile
...
...
@@ -12,7 +15,7 @@ build-jessie:
stage
:
test
script
:
-
apt-get update -qy
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev unzip wget squashfs-tools
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev unzip wget squashfs-tools
openssh-client
-
make rebuild-squashfs
# The files which are to be made available in GitLab
...
...
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