From ae9c6b714ad55e6f96784bdde056d6ca2048bcb5 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Sat, 19 Dec 2020 10:29:12 -0600 Subject: [PATCH] Don't uninstall postgis for further debugging --- ci_tests/cleanup_basic_postgres_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_tests/cleanup_basic_postgres_test.sh b/ci_tests/cleanup_basic_postgres_test.sh index 69911ed..034bc73 100755 --- a/ci_tests/cleanup_basic_postgres_test.sh +++ b/ci_tests/cleanup_basic_postgres_test.sh @@ -6,7 +6,7 @@ source ./ci_tests/get_release_names.sh EXIT_STATUS=0 check_and_uninstall "${ns}" "${GRB_RELEASE_NAME}" || EXIT_STATUS=$? check_and_uninstall "${ns}" "${RABBITMQ_RELEASE_NAME}" || EXIT_STATUS=$? -check_and_uninstall "${ns}" "${POSTGIS_RELEASE_NAME}" || EXIT_STATUS=$? +#check_and_uninstall "${ns}" "${POSTGIS_RELEASE_NAME}" || EXIT_STATUS=$? check_and_uninstall "${ns}" "${GEO2GRID_RELEASE_NAME}" || EXIT_STATUS=$? check_and_uninstall "${ns}" "${TILEGEN_RELEASE_NAME}" || EXIT_STATUS=$? check_and_uninstall "${ns}" "${MAPSERVER_RELEASE_NAME}" || EXIT_STATUS=$? -- GitLab