File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function build_image() {
67
67
echo " The test in the build_image() function is ${test} "
68
68
# Used for tagging the image
69
69
tags=" adoptopenjdk-${test} -test:${version} -${package} -${os} -${vm} -${build} "
70
- if [[ " $test " == * " criu" * || " $test " == * " tck" * ]]; then
70
+ if [[ " $test " == * " criu" * || " $test " == tck- * ]]; then
71
71
container_build=" sudo podman build"
72
72
fi
73
73
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ parseCommandLineArgs() {
128
128
docker_os=ubi
129
129
fi
130
130
131
- if [[ " ${test} " == * " criu" * || " ${test} " == * " tck" * ]]; then
131
+ if [[ " ${test} " == * " criu" * || " ${test} " == tck- * ]]; then
132
132
container_run=" sudo podman run"
133
133
container_login=" sudo podman login"
134
134
container_inspect=" sudo podman inspect"
You can’t perform that action at this time.
0 commit comments