mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
print stuff
This commit is contained in:
parent
12e781af44
commit
fc648e7b2f
1 changed files with 2 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue