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
linux.community
linux-community-site
Commits
fc86f080
Commit
fc86f080
authored
Aug 11, 2016
by
Nigel Kukard
Browse files
Install ca-certificates and use the CA file as we're not built against OpenSSL
parent
daf7d172
Pipeline
#106
failed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fc86f080
...
...
@@ -6,7 +6,7 @@ publish:
script
:
-
apt-get update
-
apt-get dist-upgrade -y
-
apt-get install -y lftp
-
echo 'set ssl:ca-
path
"/etc/ssl/certs"' >> /etc/lftp.conf
-
apt-get install -y lftp
ca-certificates
-
echo 'set ssl:ca-
file
"/etc/ssl/certs
/ca-certificates.crt
"' >> /etc/lftp.conf
-
lftp -e "mirror --exclude ^\.git.* --exclude \.gitlab-ci.yaml -eRv $CI_PROJECT_DIR builds/$CI_BUILD_REF_NAME; quit;" https://$CREDENTIALS/
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