From 2a2907e981f9c4e4d6f3d7a9f1bb54df1a170f25 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Tue, 5 Jun 2018 19:23:53 +0100 Subject: [PATCH] Unstall AppVeyor by checking for the correct file path AppVeyor found files existed already: Extracting archive: jml.zip -- Path = jml.zip Type = zip Physical Size = 89524 Comment = f8c2338ab30278f951c542c7049a0b591689679f Would you like to replace the existing file: Path: .\java-models-library-master\.gitignore Size: 36 bytes (1 KiB) Modified: 2018-06-04 10:53:06 with the file from archive: Path: java-models-library-master\.gitignore Size: 36 bytes (1 KiB) Modified: 2018-06-04 10:53:06 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1574fb57f0a..f887a34225b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,7 +42,7 @@ install: & 7z x minisat2_2.2.1.orig.tar.gz &7z x minisat2_2.2.1.orig.tar } - if (!(Test-Path jml)) { + if (!(Test-Path java-models-library-master\.gitignore)) { & appveyor downloadfile https://github.com/diffblue/java-models-library/archive/master.zip -FileName jml.zip & 7z x jml.zip }