Start e2e scripts with docker-compose down
This commit is contained in:
parent
6aa9921ef1
commit
3446f805db
@ -1,6 +1,8 @@
|
||||
cd $(dirname $0)
|
||||
|
||||
docker-compose down
|
||||
docker-compose up -d --build --force-recreate
|
||||
|
||||
docker-compose run e2e yarn workspace oracle-e2e run deploy
|
||||
docker-compose run -d bridge npm run watcher:signature-request
|
||||
docker-compose run -d bridge npm run watcher:collected-signatures
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
cd $(dirname $0)
|
||||
|
||||
docker-compose down
|
||||
docker-compose up -d --build --force-recreate
|
||||
node ./scripts/blocks.js &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user