diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
| commit | d338eb1aec2b6ce396b2fc10d712923e23f2abcc (patch) | |
| tree | 02ffa1a941f7ab172b79f2b16f29989261ec0416 /.github/workflows/ubuntu.sh | |
| parent | 9df691bb0883cb7020acf85988e3f4e9f3bddd92 (diff) | |
| download | libmatemixer-gh-actions.tar.bz2 libmatemixer-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 5a060d9..81a66d0 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}" |
