mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
use snapcraft login (#8756)
This commit is contained in:
parent
8759ccaecb
commit
24fd4121cf
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ stages:
|
|||
secureFile: snapcraft.cfg
|
||||
- bash: |
|
||||
set -e
|
||||
mkdir -p .snapcraft
|
||||
ln -s $(snapcraftCfg.secureFilePath) .snapcraft/snapcraft.cfg
|
||||
snapcraft login --with $(snapcraftCfg.secureFilePath)
|
||||
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