From fc648e7b2f653c6af009fd12977fc2d5342d2bbe Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 17 Jun 2022 11:15:28 -0700 Subject: [PATCH] print stuff --- .azure-pipelines/templates/stages/deploy-stage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index f87ebc570..90ee77ae3 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -64,7 +64,9 @@ stages: secureFile: snapcraft.cfg - bash: | set -e + snapcraft --version export SNAPCRAFT_STORE_CREDENTIALS=$(cat $(snapcraftCfg.secureFilePath)) + snapcraft whoami snapcraft login for SNAP_FILE in snap/*.snap; do tools/retry.sh eval snapcraft upload --release=${{ parameters.snapReleaseChannel }} "${SNAP_FILE}"