keycloak-scim/testsuite/integration-arquillian/servers/app-server/jboss/common/install-patch.bat

9 lines
194 B
Batchfile
Raw Normal View History

set NOPAUSE=true
for %%a in ("%APP_PATCH_ZIPS:,=" "%") do (
call %JBOSS_HOME%\bin\jboss-cli.bat --command="patch apply %%~a"
if %ERRORLEVEL% neq 0 set ERROR=%ERRORLEVEL%
)
exit /b %ERROR%