Unverified Commit 209e3e9f authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Update docs.sh (#62814)

parent d13b56a0
......@@ -19,9 +19,7 @@ function deploy {
[[ "$remaining_tries" == 0 ]] && {
echo "Command still failed after $total_tries tries: '$@'"
cat firebase-debug.log || echo "Unable to show contents of firebase-debug.log."
# TODO(jackson): Return an error here when the Firebase service is more reliable.
# https://github.com/flutter/flutter/issues/44452
return 0
return 1
}
return 0
}
......
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