Skip to content

Commit

Permalink
try this to completely exit
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jan 2, 2025
1 parent 54dc744 commit d5b34d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ init:
# Therefore there is no reason to run tests against them.
if [[ $APPVEYOR_REPO_TAG_NAME == 'latest' || $APPVEYOR_REPO_TAG_NAME =~ ^v[0123456789]+$ ]]; then
echo "Skipping runing tests for tag: $APPVEYOR_REPO_TAG_NAME"
exit 0
appveyor exit
fi;
- sh: >-
if [ "$ENABLE_SSH_AT_START" == "true" ] && [ "$STOP_WITH_BUILD_IMAGE" = "$APPVEYOR_BUILD_WORKER_IMAGE" ] && [ "$STOP_WITH_PYTHON_VERSION" = "$PYTHON" ] ; then
Expand Down

0 comments on commit d5b34d2

Please sign in to comment.