mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Merge pull request #2560 from balena-io/ab77/operational
Just ignore errors during publish
This commit is contained in:
commit
ee1987f188
9
.github/actions/finalize/action.yml
vendored
9
.github/actions/finalize/action.yml
vendored
@ -27,12 +27,13 @@ runs:
|
|||||||
# https://docs.github.com/en/rest/releases
|
# https://docs.github.com/en/rest/releases
|
||||||
- name: Finalize GitHub release
|
- name: Finalize GitHub release
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
# FIXME: Process completed with exit code 141.
|
||||||
|
# https://stackoverflow.com/questions/54999974
|
||||||
|
# https://stackoverflow.com/questions/22464786
|
||||||
|
continue-on-error: true
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -ea
|
set -a
|
||||||
|
|
||||||
# https://stackoverflow.com/a/22464942/1559300
|
|
||||||
trap '' PIPE
|
|
||||||
|
|
||||||
[[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]] && set -x
|
[[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]] && set -x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user