Skip to content

Commit 2a2907e

Browse files
committed
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
1 parent d24f773 commit 2a2907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
& 7z x minisat2_2.2.1.orig.tar.gz
4343
&7z x minisat2_2.2.1.orig.tar
4444
}
45-
if (!(Test-Path jml)) {
45+
if (!(Test-Path java-models-library-master\.gitignore)) {
4646
& appveyor downloadfile https://github.com/diffblue/java-models-library/archive/master.zip -FileName jml.zip
4747
& 7z x jml.zip
4848
}

0 commit comments

Comments
 (0)