This commit is contained in:
Brad Warren 2022-11-15 12:33:17 -08:00
parent f285198b71
commit 3b2159f0c2
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -4,7 +4,7 @@ trigger: none
pr: none
variables:
dockerTag: "v3"
dockerTag: "v2.0.0"
snapBuildTimeout: 5400
stages: