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

add docker-compose down command before build

parent eeb8cb7b
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ build-faircoind: ...@@ -14,6 +14,7 @@ build-faircoind:
before_script: before_script:
- mkdir -p ~/.faircoin2 - mkdir -p ~/.faircoin2
script: script:
- docker-compose down
- docker-compose build - docker-compose build
restart-faircoind: restart-faircoind:
......
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