From 63134bc94accd9d7bd66cb1654228fe6c5e3ed47 Mon Sep 17 00:00:00 2001 From: LePresidente Date: Mon, 18 Feb 2019 16:24:03 +0200 Subject: Use same branch on umbrella as the project. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1