Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e4eb07c

Browse files
committed
build: don't log retried command
1 parent 73bcc6e commit e4eb07c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.kokoro/common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function retry_with_backoff {
2525

2626
# allow a failures to continue
2727
set +e
28-
echo "${command}"
2928
${command}
3029
exit_code=$?
3130

0 commit comments

Comments
 (0)