From 7cdfe6fa0e5ce2002a4fccf9ca23ad3fd7534c97 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Sat, 20 Jan 2018 00:36:00 -0800 Subject: [PATCH] Prepare docs.sh for new release process (#14195) --- dev/bots/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index fd1f5998e81..c3cf27fb4fc 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -44,7 +44,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then done fi - if [ "$TRAVIS_BRANCH" == "alpha" ]; then + if [ "$TRAVIS_BRANCH" == "dev" ]; then while : ; do firebase deploy --project docs-flutter-io && break echo Error: Unable to deploy documentation to firebase. Retrying in five seconds...