1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Delete ready file when keeper deploys contracts

This commit is contained in:
Javier Cortejoso 2019-01-22 11:41:21 +01:00
parent 3be9180ef0
commit f7ea285804
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF

View File

@ -127,7 +127,7 @@ while :; do
export NODE_COMPOSE_FILE="${COMPOSE_DIR}/nodes/ganache_node.yml"
export KEEPER_NETWORK_NAME="development"
export KEEPER_DEPLOY_CONTRACTS="true"
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/*.development.json
rm -f ${KEEPER_ARTIFACTS_FOLDER}/ready
printf $COLOR_Y'Starting with local Ganache node...\n\n'$COLOR_RESET
;;
# connects you to nile ocean testnet
@ -142,7 +142,7 @@ while :; do
export NODE_COMPOSE_FILE="${COMPOSE_DIR}/nodes/spree_node.yml"
export KEEPER_NETWORK_NAME="spree"
export KEEPER_DEPLOY_CONTRACTS="true"
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/*.development.json
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/ready
printf $COLOR_Y'Starting with local Spree node...\n\n'$COLOR_RESET
;;
#################################################