| author | |
| committer | |
| log | 55838bc2910f3f73762ea513536b74af056ed9ec |
| tree | c6326103c145577c6764944363b9a3176564f2c0 |
| parent | 2282eb1be18fd2c76caec12d21fea55d9820d5b5 |
1 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/linux_script+1-1| ... | ... | @@ -13,7 +13,7 @@ CMD_WAIT_TIME=10s |
| 13 | 13 | # We give up after retrying CMD_MAX_RETRY times. |
| 14 | 14 | retry() { |
| 15 | 15 | for i in $(seq 1 "$CMD_MAX_RETRY"); do |
| 16 | "$@" && return | |
| 16 | eval "$@" && return | |
| 17 | 17 | echo "command \"$@\" failed, retrying..." |
| 18 | 18 | sleep ${CMD_WAIT_TIME} |
| 19 | 19 | done |