From a1e0bcaebaf091c2ce00a0da6c5ac8d3e9f001e4 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 17 Jul 2020 14:18:58 +0200 Subject: [PATCH] Troubleshoot --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 3d9947779..2ff317a72 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -80,7 +80,9 @@ jobs: git config --global user.name "$(Build.RequestedFor)" mkdir -p ~/.local/share/snapcraft/provider/launchpad cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials + export TERM=linux python3 tools/snap/build_remote.py ALL --archs amd64 arm64 armhf + find . -iname *.snap displayName: Build Certbot + DNS plugins snaps - script: | mv *.snap $(Build.ArtifactStagingDirectory)