From 539942c8030b3cda43fce8e5b74e34847abbf220 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 12 Feb 2021 02:21:39 -0700 Subject: [PATCH] devops: empty commit to test internal tests --- browser_patches/chromium/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_patches/chromium/build.sh b/browser_patches/chromium/build.sh index 8586a1fc35..b47f44c041 100755 --- a/browser_patches/chromium/build.sh +++ b/browser_patches/chromium/build.sh @@ -29,6 +29,7 @@ main() { fi } + compile_chromium() { if [[ -z "${CR_CHECKOUT_PATH}" ]]; then echo "ERROR: chromium compilation requires CR_CHECKOUT_PATH to be set to reuse checkout."