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

Signed-off-by: Junbo Liang <junbo@amazon.com>
monroegm-disable-blank-issue-2
Junbo Liang 4 years ago committed by GitHub
parent 091b729183
commit c759bc9cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
)

Loading…
Cancel
Save