mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: no prompts in check_build_archive_upload.sh
This commit is contained in:
parent
e1f3f5cfed
commit
8dce249a7a
@ -52,7 +52,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "-- preparing checkout"
|
echo "-- preparing checkout"
|
||||||
./do_checkout.sh $BROWSER_NAME
|
# the "do_checkout" script asks if you want to reset existing branch.
|
||||||
|
# sure we do!
|
||||||
|
yes | ./do_checkout.sh $BROWSER_NAME
|
||||||
echo "-- building"
|
echo "-- building"
|
||||||
./$BROWSER_NAME/build.sh
|
./$BROWSER_NAME/build.sh
|
||||||
echo "-- archiving to $ZIP_PATH"
|
echo "-- archiving to $ZIP_PATH"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user