Unverified Commit e142d8dc authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Prepare docs scripts for beta (#14606)

This sets things up so that when we next roll a dev build to beta, it updates the docs.
This means that for a while (until we publish a beta) the dev docs will not be updating.
parent 7be0bd1c
......@@ -48,8 +48,8 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
done
fi
if [ "$TRAVIS_BRANCH" == "dev" ]; then
echo "Updating dev docs: https://docs.flutter.io/"
if [ "$TRAVIS_BRANCH" == "beta" ]; then
echo "Updating beta docs: https://docs.flutter.io/"
while : ; do
firebase deploy --project docs-flutter-io && break
echo Error: Unable to deploy documentation to firebase. Retrying in five seconds...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment