diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:20 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:20 +0100 |
| commit | ccab54d8834a2284c9bd382a3fe7c11bc73733f7 (patch) | |
| tree | e93deee6a18fcfd3dc02bd28e0ec4f37c29568bc /.github/workflows/ubuntu.sh | |
| parent | 90a41e39a58f7093dd9c41b5a9083b5d567e05a4 (diff) | |
| download | mate-indicator-applet-gh-actions.tar.bz2 mate-indicator-applet-gh-actions.tar.xz | |
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/ubuntu.sh')
| -rwxr-xr-x | .github/workflows/ubuntu.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.sh b/.github/workflows/ubuntu.sh index 5936efc..d41df69 100755 --- a/.github/workflows/ubuntu.sh +++ b/.github/workflows/ubuntu.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash +set -eo pipefail + # Use grouped output messages infobegin() { echo "::group::${1}" |
