File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ os::cmd::expect_success 'oc create -f test/fixtures/mysql-image-stream-mapping.y
66
66
os::cmd::expect_success_and_text ' oc get istag/test:new --template="{{ index .image.dockerImageMetadata.Config.Entrypoint 0 }}"' " docker-entrypoint.sh"
67
67
os::cmd::expect_success_and_text ' oc get istag/test:new -o jsonpath={.image.metadata.name}' ' sha256:b2f400f4a5e003b0543decf61a0a010939f3fba07bafa226f11ed7b5f1e81237'
68
68
# reference should point to the current repository, and that repository should match the reported dockerImageRepository for pushes
69
- repository=$( oc get is/test -o jsonpath={.status.dockerImageRepository})
69
+ repository=" $( oc get is/test -o jsonpath={.status.dockerImageRepository}) "
70
70
os::cmd::expect_success_and_text ' oc get istag/test:new -o jsonpath={.image.dockerImageReference}' " ^$repository @sha256:b2f400f4a5e003b0543decf61a0a010939f3fba07bafa226f11ed7b5f1e81237"
71
71
os::cmd::expect_success_and_text ' oc get istag/test:new -o jsonpath={.image.dockerImageReference}' " /$project /test@sha256:b2f400f4a5e003b0543decf61a0a010939f3fba07bafa226f11ed7b5f1e81237"
72
72
You can’t perform that action at this time.
0 commit comments