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 46173f7 commit de2df21Copy full SHA for de2df21
test/test-lib-postgresql.sh
@@ -28,10 +28,6 @@ function test_postgresql_integration() {
28
29
# Check the imagestream
30
function test_postgresql_imagestream() {
31
- case ${OS} in
32
- rhel7|centos7|rhel8) ;;
33
- *) echo "Imagestream testing not supported for $OS environment." ; return 0 ;;
34
- esac
35
local tag="-el7"
36
if [ "${OS}" == "rhel8" ]; then
37
tag="-el8"
0 commit comments