From c8184d7fead0f61e1ee2454cbab13b6867972c42 Mon Sep 17 00:00:00 2001 From: idiom-bytes <69865342+idiom-bytes@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:29:12 -0700 Subject: [PATCH] Purge should remove ocean home folder. Artifacts in there can be used to deploy on barge, if old ABI then old contract. --- start_ocean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start_ocean.sh b/start_ocean.sh index aaf8e5e..3919c13 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -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