From dfbee4bc93087597445530ca464c102597b4fa0c Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 22 Aug 2022 15:31:18 -0700 Subject: [PATCH] wip --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index f9fab9ff9..82c6f76d9 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -154,8 +154,8 @@ jobs: mkdir -p ~/.local/share/snapcraft/provider/launchpad cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials echo $(parameters.snaps) - python3 tools/snap/build_remote.py $(snapName) --archs ${SNAP_ARCH} --timeout $(snapBuildTimeout) - displayName: Build $(snapName) + python3 tools/snap/build_remote.py ${{ snapName }} --archs ${SNAP_ARCH} --timeout $(snapBuildTimeout) + displayName: Build ${{ snapName }} - script: | set -e mv *.snap $(Build.ArtifactStagingDirectory)