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
FairCoin.Co
pulse.faircoin.co
Commits
b679f4f4
Commit
b679f4f4
authored
Jun 26, 2020
by
TonyFord
Browse files
save faircoin data before removing
parent
bb741fed
Pipeline
#1025
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b679f4f4
...
...
@@ -28,9 +28,13 @@ start-jekyll:
-
$CMD =~ /build|start/
before_script
:
-
chmod +x ./script/getdata.py
-
mkdir -p ~/tmp
-
cp -R _data/faircoin ~/tmp
script
:
-
docker-compose stop
-
docker-compose up -d
after_script
:
-
cp -R ~/tmp _data/faircoin
stop-jekyll
:
stage
:
stop
...
...
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