Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bella Ananda Putri
Belajar Pipeline
Commits
0512f7dd
Commit
0512f7dd
authored
2 years ago
by
Bella Ananda Putri
Browse files
Options
Download
Email Patches
Plain Diff
Create .gitlab-ci.yml
parent
3f686e28
main
No related merge requests found
Pipeline
#2254
passed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
.gitlab-ci.yml
with
12 additions
and
0 deletions
+12
-0
.gitlab-ci.yml
0 → 100644
View file @
0512f7dd
stages
:
-
main
# upload job, see https://lftp.yar.ru/lftp-man.html
main
:
stage
:
main
script
:
-
apt-get update -qq && apt-get install -y -qq lftp
-
lftp -c "set ftp:ssl-allow no; open -u $USER,$PASS $HOST; mirror -Rnev --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/ --exclude assets/ "
only
:
-
main
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help