Skip to content

Commit

Permalink
Update .ci/docker-run-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Oct 8, 2021
1 parent 431bf44 commit c6bcc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/docker-run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# build the docker container
docker build . --file Dockerfile --tag clang-format-action-test --no-cache
docker_status="$?"
if [ "$docker_status" != "0" ]; then
if [[ "$docker_status" != "0" ]]; then
echo "failed to build the dockerfile"
exit 1
fi
Expand Down

0 comments on commit c6bcc68

Please sign in to comment.