devops: do not assume that checkout exists

We will prepare it later on, so the check itself is not needed.
This commit is contained in:
Andrey Lushnikov 2020-02-12 18:17:19 -08:00
parent 5dbc8801e4
commit b188f397cf

View file

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