Unverified Commit 7cdfe6fa authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Prepare docs.sh for new release process (#14195)

parent 677f218e
......@@ -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...
......
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