Merge pull request #9122 from filecoin-project/ianconsolata/custom-shell-for-snapcraft

_ci_ : Change default shell options for snapcraft publish
This commit is contained in:
Ian Davis 2022-08-04 09:30:08 -07:00 committed by GitHub
commit b46b23e4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -591,6 +591,7 @@ jobs:
command: snapcraft --use-lxd --debug
- run:
name: publish `lotus-filecoin` snap
shell: /bin/bash -o pipefail
command: |
snapcraft upload lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
- run:
@ -603,6 +604,7 @@ jobs:
command: snapcraft --use-lxd --debug
- run:
name: publish `lotus` snap
shell: /bin/bash -o pipefail
command: |
snapcraft upload lotus_latest_amd64.snap --release << parameters.channel >>

View File

@ -591,6 +591,7 @@ jobs:
command: snapcraft --use-lxd --debug
- run:
name: publish `lotus-filecoin` snap
shell: /bin/bash -o pipefail
command: |
snapcraft upload lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
- run:
@ -603,6 +604,7 @@ jobs:
command: snapcraft --use-lxd --debug
- run:
name: publish `lotus` snap
shell: /bin/bash -o pipefail
command: |
snapcraft upload lotus_latest_amd64.snap --release << parameters.channel >>