From f7dec4fed59f99cfa6d8737246871f18a512f17b Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 22 Aug 2022 15:38:15 -0700 Subject: [PATCH] wip --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 9431a504c..b9c361ec2 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -118,7 +118,7 @@ jobs: venv\Scripts\python -m pytest certbot-ci\certbot_integration_tests\certbot_tests -n 4 displayName: Run certbot integration tests - ${{ each snapName in parameters.snaps }}: - - job: snaps_build ${{ snapName }} + - job: snaps_build_${{ snapName }} pool: vmImage: ubuntu-18.04 strategy: