Skip to content

Commit

Permalink
bugfixign
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 24, 2024
1 parent 0e070b9 commit b59c21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ psm::setup::test_driver() {
# Outputs:
# Writes the output to stdout, stderr
#######################################
psm::build_docker_images_if_needed() {
psm::build::docker_images_if_needed() {
# Check if images already exist
server_tags="$(gcloud_gcr_list_image_tags "${SERVER_IMAGE_NAME}" "${GIT_COMMIT}")"
printf "Server image: %s:%s\n" "${SERVER_IMAGE_NAME}" "${GIT_COMMIT}"
Expand Down

0 comments on commit b59c21c

Please sign in to comment.