Skip to content
Snippets Groups Projects
Commit 9fd007a8 authored by TonyFord's avatar TonyFord
Browse files

add clean

parent acb4117d
No related branches found
No related tags found
No related merge requests found
stages:
- clean
- build
- restart
clean-blockchain-data:
stage: clean
tags:
- FairCoin.Co
only:
refs:
- master
variables:
- $CMD =~ /clean/
script:
- docker-compose down
after_script:
- echo ${CI_BUILDS_DIR} > ~/test.txt
- rm -R ~/.faircoin2
build-faircoind:
stage: build
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment