mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
[appveyor] suppress error code
This commit is contained in:
parent
beb5d26e6d
commit
873b4f3178
@ -31,7 +31,7 @@ install:
|
||||
# update runtime
|
||||
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
|
||||
# Kill bash before next try
|
||||
- taskkill /T /F /IM bash.exe /IM gpg.exe /IM gpg-agent.exe
|
||||
- taskkill /T /F /IM bash.exe /IM gpg.exe /IM gpg-agent.exe | exit /B 0
|
||||
# For debug purposes
|
||||
- tasklist
|
||||
# update packages and install required
|
||||
|
Loading…
Reference in New Issue
Block a user