diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 964a07d55..6e11f57ee 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -44,10 +44,10 @@ jobs: - bash: set -e && docker load --input $(Build.SourcesDirectory)/images.tar displayName: Load Docker images - bash: | - set -e + set -ex DOCKER_IMAGES=$(docker images --filter reference='*/certbot' --filter reference='*/dns-*' --format '{{.Repository}}:{{.Tag}}') for DOCKER_IMAGE in ${DOCKER_IMAGES} - do docker run --rm "${DOCKER_IMAGE}:amd64-nightly" plugin --prepare + do docker run --rm "${DOCKER_IMAGE}" plugin --prepare done - job: installer_build pool: