devops: fix checkout_build_archive_upload.sh script
This commit is contained in:
parent
30fb7b025f
commit
f2a4467166
|
|
@ -79,8 +79,7 @@ echo "-- cleaning"
|
||||||
./$BROWSER_NAME/clean.sh
|
./$BROWSER_NAME/clean.sh
|
||||||
|
|
||||||
echo "-- building"
|
echo "-- building"
|
||||||
if ./$BROWSER_NAME/build.sh $FFOX_WIN64; then
|
if ! ./$BROWSER_NAME/build.sh $FFOX_WIN64; then
|
||||||
else
|
|
||||||
send_telegram_message "$BUILD_ALIAS COMPILATION FAILED! ❌"
|
send_telegram_message "$BUILD_ALIAS COMPILATION FAILED! ❌"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue