diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index f6caefa2a..4609eb27d 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -46,7 +46,7 @@ jobs: - bash: | set -e DOCKER_IMAGES=$(docker images --filter reference='*/certbot' --filter reference='*/dns-*' --format '{{.Repository}}') - for $DOCKER_IMAGE in DOCKER_IMAGES + for DOCKER_IMAGE in $DOCKER_IMAGES do docker run --rm $DOCKER_IMAGE plugin --prepare done - job: installer_build