Newer
Older
clean-blockchain-data:
stage: clean
tags:
- FairCoin.Co
only:
refs:
- master
variables:
- $CMD =~ /clean/
script:
- docker-compose down
after_script:
stage: build
tags:
- FairCoin.Co
only:
refs:
- master
variables:
- $CMD =~ /build/
stage: restart
tags:
- FairCoin.Co
only:
refs:
- master
variables:
- $CMD =~ /build|restart/
script:
- docker-compose down