diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2019-02-18 16:24:03 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2019-02-18 16:24:03 +0200 |
| commit | 63134bc94accd9d7bd66cb1654228fe6c5e3ed47 (patch) | |
| tree | 5ef9c5d4ae57a098ce4427b15e4090cea536d965 | |
| parent | 24ef8c56d272ce6d28135a4848d1abfb7c532072 (diff) | |
Use same branch on umbrella as the project.
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index fa0ca81d..c3299a99 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: 1.0.{build} image: Visual Studio 2017 build_script: - cmd: >- - git clone --depth=1 --branch=Appveyor https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null + git clone --depth=1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null mkdir c:\projects\modorganizer-build -type directory |
