mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Loop for publication
This commit is contained in:
parent
d4bc6404a8
commit
ada9339c57
1 changed files with 3 additions and 1 deletions
|
|
@ -44,5 +44,7 @@ stages:
|
|||
- bash: |
|
||||
mkdir -p .snapcraft
|
||||
ln -s $(snapcraftCfg.secureFilePath) .snapcraft/snapcraft.cfg
|
||||
snapcraft push --release=edge snap/*.snap
|
||||
for SNAP_FILE in snap/*.snap; do
|
||||
snapcraft push --release=edge "${SNAP_FILE}"
|
||||
done
|
||||
displayName: Publish to Snap store
|
||||
|
|
|
|||
Loading…
Reference in a new issue