Purge should remove ocean home folder. Artifacts in there can be used to deploy on barge, if old ABI then old contract.

This commit is contained in:
idiom-bytes 2022-10-04 13:29:12 -07:00
parent 22c460e45c
commit c8184d7fea
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ while :; do
eval docker-compose --project-name=$PROJECT_NAME "$COMPOSE_FILES" -f "${NODE_COMPOSE_FILE}" down
docker network rm ${PROJECT_NAME}_default || true
docker network rm ${PROJECT_NAME}_backend || true
rm -r ${OCEAN_HOME}
;;
--) # End of all options.
shift