mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
test it
This commit is contained in:
parent
f285198b71
commit
3b2159f0c2
2 changed files with 2 additions and 5 deletions
|
|
@ -68,8 +68,5 @@ jobs:
|
|||
secureFile: snapcraft.cfg
|
||||
- bash: |
|
||||
set -e
|
||||
export SNAPCRAFT_STORE_CREDENTIALS=$(cat "$(snapcraftCfg.secureFilePath)")
|
||||
for SNAP_FILE in snap/*.snap; do
|
||||
tools/retry.sh eval snapcraft upload --release=${{ parameters.snapReleaseChannel }} "${SNAP_FILE}"
|
||||
done
|
||||
echo "Would have pushed to ${{ parameters.snapReleaseChannel }}"
|
||||
displayName: Publish to Snap store
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ trigger: none
|
|||
pr: none
|
||||
|
||||
variables:
|
||||
dockerTag: "v3"
|
||||
dockerTag: "v2.0.0"
|
||||
snapBuildTimeout: 5400
|
||||
|
||||
stages:
|
||||
|
|
|
|||
Loading…
Reference in a new issue