devops: fix buildbot mac m1 name

This commit is contained in:
Andrey Lushnikov 2020-12-08 23:51:22 -06:00
parent c36af734f5
commit add7ce7ffc

View File

@ -51,7 +51,7 @@ cd "$(dirname "$0")"
IS_FIRST_RUN_FILE="/tmp/pw-buildbot-first-run.txt";
if ! [[ -f $IS_FIRST_RUN_FILE ]]; then
source ./send_telegram_message.sh
send_telegram_message '**Mac 10.15 Buildbot Is Active**'
send_telegram_message '**Mac 11.0 M1 Buildbot Is Active**'
fi
touch "$IS_FIRST_RUN_FILE"