Skip to content

Commit

Permalink
fix(run-test-workflow.sh): docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Jan 9, 2025
1 parent f202eea commit 55debdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpg_flow_test/run-test-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

# Check that the docker image can be pulled
IMAGE="australia-southeast1-docker.pkg.dev/cpg-common/$IMAGE_TAG"
if [[ docker pull "$IMAGE" ]]; then
if docker pull "$IMAGE" > /dev/null 2>&1; then
echo "Docker image exists"
else
echo "Could not pull image $IMAGE"
Expand Down

0 comments on commit 55debdb

Please sign in to comment.