diff --git a/k8s-e2e-external-storage.groovy b/k8s-e2e-external-storage.groovy index 50b4a86f4..0b3696c99 100644 --- a/k8s-e2e-external-storage.groovy +++ b/k8s-e2e-external-storage.groovy @@ -44,7 +44,7 @@ def create_duffy_config() { def podman_pull(source, destination, image) { def failed = null - for (i in 0..9) { + for (int i in 0..9) { try { ssh "podman pull --authfile=~/.podman-auth.json ${source}/${image} && podman tag ${source}/${image} ${image} ${destination}/${image}" failed = null