mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
update benchmark-dockerized.sh and verify-dockerized.sh
update pull request
This commit is contained in:
@@ -21,8 +21,7 @@ set -o xtrace
|
||||
|
||||
retry() {
|
||||
for i in {1..5}; do
|
||||
if "$@"
|
||||
then
|
||||
if "$@"; then
|
||||
return 0
|
||||
else
|
||||
sleep "${i}"
|
||||
|
Reference in New Issue
Block a user