From 02b9ad6ad2ae411096649379d7a5ebea1b2c1295 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 16 Jul 2020 10:57:19 +0200 Subject: [PATCH] Try to handle better non zero exit code --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 54598ff99..3d9947779 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -81,9 +81,11 @@ jobs: mkdir -p ~/.local/share/snapcraft/provider/launchpad cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials python3 tools/snap/build_remote.py ALL --archs amd64 arm64 armhf + displayName: Build Certbot + DNS plugins snaps + - script: | mv *.snap $(Build.ArtifactStagingDirectory) mv certbot-dns-*/*.snap $(Build.ArtifactStagingDirectory) - displayName: Build Certbot + DNS plugins snaps + displayName: Build prepare artifacts - task: PublishPipelineArtifact@1 inputs: path: $(Build.ArtifactStagingDirectory)