From dcf76a4fb86337a3f0d95fb547b53dcd76352ad6 Mon Sep 17 00:00:00 2001 From: sayan goswami Date: Mon, 11 Dec 2023 20:38:53 +0530 Subject: [PATCH] Remove old google chrome version --- bin/ci/before_install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/ci/before_install.sh b/bin/ci/before_install.sh index 96ea536f0..b6a9a1d39 100755 --- a/bin/ci/before_install.sh +++ b/bin/ci/before_install.sh @@ -14,8 +14,6 @@ cd "$(dirname "$0")" || exit; source _includes.sh # The remaining before_install commands should only be run on CI. [[ "$CI" ]] || exit 0 -# Display the Google Chrome version. -google-chrome-stable --version # Display the Yarn version. yarn --version