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
daf7d172
Commit
daf7d172
authored
Aug 11, 2016
by
Nigel Kukard
Browse files
Added certificate path to lftp config file
parent
b7493797
Pipeline
#105
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
daf7d172
...
...
@@ -7,5 +7,6 @@ publish:
-
apt-get update
-
apt-get dist-upgrade -y
-
apt-get install -y lftp
-
echo 'set ssl:ca-path "/etc/ssl/certs"' >> /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