From 752fa05fe177a6689cdb2de00f05032f65fe26fa Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 17 Jun 2022 12:35:30 -0700 Subject: [PATCH] try removing login line entirely --- .azure-pipelines/templates/stages/deploy-stage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 90ee77ae3..8d9452176 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -67,7 +67,6 @@ stages: 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}" done