mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
try removing login line entirely
This commit is contained in:
parent
53cc399772
commit
752fa05fe1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue