Skip to content

Commit

Permalink
fix(run-test-workflow.sh): syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Jan 9, 2025
1 parent ed50fd7 commit f202eea
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" ]]; then
echo "Docker image exists"
else
echo "Could not pull image $IMAGE"
Expand Down

0 comments on commit f202eea

Please sign in to comment.