Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EEA
M1-EEA
Commits
25365fbc
Commit
25365fbc
authored
Jun 15, 2019
by
Pierre-antoine Comby
Browse files
allow ssl
parent
9e7be3c3
Pipeline
#1277
failed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25365fbc
...
...
@@ -10,7 +10,7 @@ deploy:
script
:
# - make all -j8 # build the pdf
-
lftp -e "debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org
-
lftp -e "
set ftp:ssl-allow
false
;
debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org
artifacts
:
paths
:
-
public
# instruct GitLab to keep the public folder
...
...
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