We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f7207 commit e466f20Copy full SHA for e466f20
test/test-lib-postgresql.sh
@@ -59,7 +59,7 @@ function test_postgresql_imagestream() {
59
TEMPLATES="postgresql-ephemeral-template.json
60
postgresql-persistent-template.json"
61
for template in $TEMPLATES; do
62
- ct_os_test_image_stream_template "${THISDIR}/imagestreams/postgresql-${OS%[0-9]*}.json" "${THISDIR}/examples/${template}" postgresql "-p POSTGRESQL_VERSION=${VERSION}${tag}"
+ ct_os_test_image_stream_template "${THISDIR}/imagestreams/postgresql-${OS//[0-9]/}.json" "${THISDIR}/examples/${template}" postgresql "-p POSTGRESQL_VERSION=${VERSION}${tag}"
63
done
64
}
65
0 commit comments