devops: no prompts in check_build_archive_upload.sh
This commit is contained in:
parent
e1f3f5cfed
commit
8dce249a7a
|
|
@ -52,7 +52,9 @@ else
|
|||
fi
|
||||
|
||||
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"
|
||||
./$BROWSER_NAME/build.sh
|
||||
echo "-- archiving to $ZIP_PATH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue