From b188f397cfcb4e0d9850bc05db07e51460d02b94 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 12 Feb 2020 18:17:19 -0800 Subject: [PATCH] devops: do not assume that checkout exists We will prepare it later on, so the check itself is not needed. --- browser_patches/checkout_build_archive_upload.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/browser_patches/checkout_build_archive_upload.sh b/browser_patches/checkout_build_archive_upload.sh index 4a61690089..4b09695efd 100755 --- a/browser_patches/checkout_build_archive_upload.sh +++ b/browser_patches/checkout_build_archive_upload.sh @@ -115,13 +115,6 @@ else echo "Force-rebuilding the build." fi -cd ./$BROWSER_NAME/checkout -if ! [[ $(git rev-parse --abbrev-ref HEAD) == "playwright-build" ]]; then - echo "ERROR: Default branch is not playwright-build!" - exit 1 -fi -cd - - source ./buildbots/send_telegram_message.sh BUILD_ALIAS="$BUILD_FLAVOR r$BUILD_NUMBER"