From 209e3e9fd669da127929bf3ee181b0a7cecd8e86 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 5 Aug 2020 19:21:08 -0700 Subject: [PATCH] Update docs.sh (#62814) --- dev/bots/docs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 07215f672b..64175bc810 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -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 }