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:
parent
5dbc8801e4
commit
b188f397cf
|
|
@ -115,13 +115,6 @@ else
|
||||||
echo "Force-rebuilding the build."
|
echo "Force-rebuilding the build."
|
||||||
fi
|
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
|
source ./buildbots/send_telegram_message.sh
|
||||||
BUILD_ALIAS="$BUILD_FLAVOR r$BUILD_NUMBER"
|
BUILD_ALIAS="$BUILD_FLAVOR r$BUILD_NUMBER"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue