Skip to content

Commit

Permalink
Merge pull request #9122 from filecoin-project/ianconsolata/custom-sh…
Browse files Browse the repository at this point in the history
…ell-for-snapcraft

_ci_ : Change default shell options for snapcraft publish
  • Loading branch information
ianconsolata authored Aug 4, 2022
2 parents 2498d58 + 5a8bc20 commit b46b23e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 >>
Expand Down
2 changes: 2 additions & 0 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 >>
Expand Down

0 comments on commit b46b23e

Please sign in to comment.