From 79137c43372c201d88510e914a096233322ca09e Mon Sep 17 00:00:00 2001 From: Etienne Vrignaud Date: Fri, 30 Oct 2015 06:52:13 +0100 Subject: [PATCH] Use always the head of the branch --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8c8688d7..28d398cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ environment: - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 install: - - cmd: git checkout {branch} + - cmd: git checkout - - ps: | Add-Type -AssemblyName System.IO.Compression.FileSystem if (!(Test-Path -Path "C:\maven" )) {