Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7518d8d

Browse files
author
Steven Kirk
committed
Check for correct repo name.
1 parent a54bc38 commit 7518d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scripts that run after cloning repository
22
install:
3-
- if "%APPVEYOR_REPO_BRANCH%" EQU "master" if not defined APPVEYOR_PULL_REQUEST_NUMBER set MASTER_BUILD=1
3+
- if "%APPVEYOR_REPO_NAME%" EQU "github/VisualStudio" if "%APPVEYOR_REPO_BRANCH%" EQU "master" if not defined APPVEYOR_PULL_REQUEST_NUMBER set MASTER_BUILD=1
44
- git submodule init
55
- if not defined MASTER_BUILD git submodule deinit script
66
- git submodule update

0 commit comments

Comments
 (0)