Skip to content

Commit aea4ffb

Browse files
authored
change version check for postgis test (CrunchyData#3137)
1 parent 9634f31 commit aea4ffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/kuttl/e2e-other/postgis-cluster/01--psql-connect.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ spec:
3030
- -c
3131
- |
3232
# Ensure PostGIS version is set
33-
GIS_VERSION = ${GIS_VERSION:-notset}
33+
GIS_VERSION=${KUTTL_POSTGIS_VERSION}
34+
GIS_VERSION=${GIS_VERSION:-notset}
3435
3536
# check version
3637
RESULT=$(psql -c "DO \$\$

0 commit comments

Comments
 (0)