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

Fix postgis release names in tests

parent 5340d5a5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ export RELEASE_PREFIX="${CI_JOB_NAME//_/-}-${CI_JOB_ID//_/-}-"
export GRB_RELEASE_NAME="${RELEASE_PREFIX}cspp-geo-grb"
export RABBITMQ_RELEASE_NAME="${RELEASE_PREFIX}geosphere-rabbit"
export RABBITMQ_SERVICE_NAME="${RABBITMQ_RELEASE_NAME}-rabbitmq"
export POSTGIS_RELEASE_NAME="${RELEASE_PREFIX}pgtest" # need short name
export POSTGIS_RELEASE_NAME="${RELEASE_PREFIX}geosphere-postgis"
export POSTGIS_SERVICE_NAME="${POSTGIS_RELEASE_NAME}-postgresql"
export GEO2GRID_RELEASE_NAME="${RELEASE_PREFIX}cspp-geo-geo2grid-g16-radm1"
export TILEGEN_RELEASE_NAME="${RELEASE_PREFIX}geosphere-tile-gen-g16-radm1"
......
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