Fix check for APPVEYOR_REPO_TAG
This commit is contained in:
parent
ed195de8b6
commit
1d46352297
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
build: false
|
||||
install:
|
||||
# Terminate early unless building either a tag or a PR.
|
||||
- if not defined APPVEYOR_REPO_TAG if not "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit
|
||||
- if "%APPVEYOR_REPO_TAG%" == "false" if not "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit
|
||||
|
||||
# Install rust
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue