From e142d8dccb334b2350dfa388651c95ee49fb9dad Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 12 Feb 2018 21:52:42 -0800 Subject: [PATCH] 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. --- dev/bots/docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index ef2afedc044..58fa1b912e9 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -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...