Skip to content

Commit

Permalink
ci: fix if statement in appveyor on_success step
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Aug 11, 2017
1 parent 53f2fab commit 87708bc
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 @@ -79,7 +79,7 @@ build_script:

on_success:
- ps: |
if ($APPVEYOR_REPO_BRANCH -eq master)
if ($APPVEYOR_REPO_BRANCH -eq "master")
{
python.exe -m pip install dropbox
python.exe ci/dropbox_upload.py $(python.exe setup.py --version)
Expand Down

0 comments on commit 87708bc

Please sign in to comment.