mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
follow instructions on https://forum.snapcraft.io/t/snapcraft-authentication-options/30473
This commit is contained in:
parent
b4d71c32a6
commit
1395e3d65f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ stages:
|
|||
secureFile: snapcraft.cfg
|
||||
- bash: |
|
||||
set -e
|
||||
export SNAPCRAFT_STORE_CREDENTIALS=$(snapcraftCfg.secureFilePath)
|
||||
export SNAPCRAFT_STORE_CREDENTIALS=$(cat snapcraftCfg.secureFilePath)
|
||||
snapcraft login
|
||||
for SNAP_FILE in snap/*.snap; do
|
||||
tools/retry.sh eval snapcraft upload --release=${{ parameters.snapReleaseChannel }} "${SNAP_FILE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue