From 97eff51b009ced1665cae24ee9f9c17fefefcadf Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Tue, 4 Jan 2022 19:13:45 +0800 Subject: [PATCH] [skip e2e] Update comment to uppercase (#14710) Signed-off-by: Jenny Li --- scripts/core_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core_build.sh b/scripts/core_build.sh index f649bfc986..c84f3d4c78 100755 --- a/scripts/core_build.sh +++ b/scripts/core_build.sh @@ -133,8 +133,8 @@ fi pushd ${BUILD_OUTPUT_DIR} -# remove make cache since build.sh -l use default variables -# force update the variables each time +# Remove make cache since build.sh -l use default variables +# Force update the variables each time make rebuild_cache >/dev/null 2>&1