Skip to content

Commit

Permalink
Fix a stupid CIRCLE_TEST flag test causing no realese in macosimage
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Sep 25, 2021
1 parent 32affc9 commit 11833dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pwd
# source /home/circleci/.cargo/env
# fi

if [ -n "$CIRCLE_TEST" ]; then
if [ -n "$CIRCLE_TEST" ] && [ "$CIRCLE_TEST" = true ]; then
echo "CIRCLE_TEST is set, exitting"
exit 1
fi
Expand Down

0 comments on commit 11833dc

Please sign in to comment.