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 8af4f0f commit 7d58b02Copy full SHA for 7d58b02
test/test-lib-nginx.sh
@@ -29,7 +29,7 @@ function test_nginx_imagestream() {
29
return
30
fi
31
32
- ct_os_test_image_stream_s2i "${THISDIR}/imagestreams/nginx-${OS%[0-9]*}.json" "${IMAGE_NAME}" \
+ ct_os_test_image_stream_s2i "${THISDIR}/imagestreams/nginx-${OS//[0-9]/}.json" "${IMAGE_NAME}" \
33
"https://github.com/sclorg/nginx-container.git" \
34
"examples/${VERSION}/test-app" \
35
"Test NGINX passed"
0 commit comments