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
b7493797
Commit
b7493797
authored
Aug 11, 2016
by
Nigel Kukard
Browse files
Fixed up file syntax
parent
b59da0aa
Pipeline
#104
failed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b7493797
stages
:
-
deploy
publishToMaster
:
publish
:
stage
:
deploy
script
:
-
apt-get update
-
apt-get dist-upgrade -y
-
apt-get install -y lftp
script
:
-
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