Skip to content
Snippets Groups Projects
Verified Commit ae9c6b71 authored by David Hoese's avatar David Hoese
Browse files

Don't uninstall postgis for further debugging

parent 5c9dd1d2
No related branches found
No related tags found
No related merge requests found
......@@ -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=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment