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