1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-31 09:04:14 +00:00

[appveyor] kill gpg

This commit is contained in:
R4SAS 2020-09-28 04:44:18 +03:00 committed by GitHub
parent 221b7cbf76
commit beb5d26e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,9 @@ install:
# update runtime # update runtime
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu" - c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
# Kill bash before next try # Kill bash before next try
- taskkill /T /F /IM bash.exe - taskkill /T /F /IM bash.exe /IM gpg.exe /IM gpg-agent.exe
# For debug purposes
- tasklist
# update packages and install required # update packages and install required
- c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}" - c:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu ${MSYS_PACKAGES}"