Update docs.sh (#62814)
This commit is contained in:
parent
d13b56a0cd
commit
209e3e9fd6
@ -19,9 +19,7 @@ function deploy {
|
|||||||
[[ "$remaining_tries" == 0 ]] && {
|
[[ "$remaining_tries" == 0 ]] && {
|
||||||
echo "Command still failed after $total_tries tries: '$@'"
|
echo "Command still failed after $total_tries tries: '$@'"
|
||||||
cat firebase-debug.log || echo "Unable to show contents of firebase-debug.log."
|
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.
|
return 1
|
||||||
# https://github.com/flutter/flutter/issues/44452
|
|
||||||
return 0
|
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user