fix formatting

This commit is contained in:
Erica Portnoy 2022-06-17 10:49:58 -07:00
parent 1cb0b68ebc
commit 12e781af44

View file

@ -64,7 +64,7 @@ stages:
secureFile: snapcraft.cfg
- bash: |
set -e
export SNAPCRAFT_STORE_CREDENTIALS=$(cat snapcraftCfg.secureFilePath)
export SNAPCRAFT_STORE_CREDENTIALS=$(cat $(snapcraftCfg.secureFilePath))
snapcraft login
for SNAP_FILE in snap/*.snap; do
tools/retry.sh eval snapcraft upload --release=${{ parameters.snapReleaseChannel }} "${SNAP_FILE}"