Skip to content

Commit 4efb5bb

Browse files
authored
Use %CI% instead of %APPVEYOR%
1 parent d0df38e commit 4efb5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ SET ERROR=1
325325

326326
:Exit
327327
cd %CALLDIR%
328-
if "%APPVEYOR%"=="" (
328+
if "%CI%"=="" (
329329
if not defined ISINSTANCE (
330330
pause
331331
)

0 commit comments

Comments
 (0)