Skip to content

Commit

Permalink
exit appveyor script if there's an issue with the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Nov 8, 2018
1 parent 9e59b7a commit eea1727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ init:
{
Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
}
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
- ps: if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
install:
# Python packages
- pip install twine
Expand Down

0 comments on commit eea1727

Please sign in to comment.