Skip to content

Commit

Permalink
remove clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Dec 21, 2023
1 parent d3c65ac commit 469ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/presubmit.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cd github/jib
REM Stops any left-over containers.
REM FOR /f "tokens=*" %%i IN ('docker ps -aq') DO docker rm -vf %%i

call gradlew.bat clean build :jib-gradle-plugin:test --info --stacktrace --tests JibExtensionTest.testProperties
call gradlew.bat build :jib-gradle-plugin:test --info --stacktrace --tests JibExtensionTest.testProperties

exit /b %ERRORLEVEL%

0 comments on commit 469ba03

Please sign in to comment.