mirror of
https://github.com/azazelv5/citron-appimage-builder.git
synced 2025-03-15 03:34:48 +00:00
Remove redundant Docker image check from Windows build script
This commit is contained in:
parent
6a0cb01803
commit
10a1bb64a1
1 changed files with 0 additions and 8 deletions
|
@ -29,14 +29,6 @@ if %ERRORLEVEL% NEQ 0 (
|
|||
exit /b
|
||||
)
|
||||
|
||||
:: Check if the Docker image exists
|
||||
FOR /F "tokens=* USEBACKQ" %%i IN (`docker images -q citron-builder`) DO SET IMAGE_EXISTS=%%i
|
||||
|
||||
IF NOT "%IMAGE_EXISTS%"=="" (
|
||||
echo Removing existing citron-builder image...
|
||||
docker rmi -f citron-builder
|
||||
)
|
||||
|
||||
:: Ask user for version
|
||||
echo ========================================================
|
||||
echo Choose the version to build:
|
||||
|
|
Loading…
Add table
Reference in a new issue