Skip to content

Commit

Permalink
Extract just the image name for internal cmd image
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed Oct 31, 2018
1 parent b83ce45 commit bda9c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-lib-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ function ct_os_check_cmd_internal() {
local ip=$(ct_os_get_service_ip "${service_name}")
local check_command_exp=$(echo "$check_command" | sed -e "s/<IP>/$ip/g")

ct_os_deploy_cmd_image $(ct_os_get_image_from_pod "${util_image_name}" | head -n 1)
ct_os_deploy_cmd_image $(ct_os_get_image_from_pod "${util_image_name##*/}" | head -n 1)
SECONDS=0

echo -n "Waiting for ${service_name} service becoming ready ..."
Expand Down

0 comments on commit bda9c03

Please sign in to comment.