Skip to content

Commit

Permalink
print echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Oct 16, 2023
1 parent bd9ae47 commit 901bda0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .kokoro/verify-docker-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script to verify the presence of GraalVM docker test images tagged with the latest java-shared-config version.

set -eo pipefail
set -o pipefail
set -x

function fetch_image_names() {
Expand All @@ -29,7 +29,6 @@ if [[ $exit_status = 0 ]]; then
echo "Success. Found $fullContainerName."
exit 0
else
echo "Failed. Unable to find $fullContainerName."
exit $exit_status
fi

Expand Down

0 comments on commit 901bda0

Please sign in to comment.