Update the Jenkins script to disable access log during AWSI deployment (#4579)

Signed-off-by: Junbo Liang <junbo@amazon.com>
This commit is contained in:
Junbo Liang
2021-10-11 10:52:00 -07:00
committed by GitHub
parent 091b729183
commit c759bc9cd0
@@ -57,7 +57,7 @@ IF ERRORLEVEL 1 (
exit /b 1
)
CALL :DeployCDKApplication AWSCore --all "-c disable_access_log=true"
CALL :DeployCDKApplication AWSCore "-c disable_access_log=true --all"
IF ERRORLEVEL 1 (
exit /b 1
)