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 | 3b6037e4973525fba5baa85db4a757f4cd5a04b5 (patch) | |
| tree | 2a473a44a28942c074471b9ba8c0e195dfe2a8e0 /.github/workflows/archlinux.sh | |
| parent | bb60d3d1d57a3842aef3b72d4259c70d315241fd (diff) | |
| download | mate-netbook-gh-actions.tar.bz2 mate-netbook-gh-actions.tar.xz | |
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/archlinux.sh')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index 3aa049e..e2e08fc 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash +set -eo pipefail + # Use grouped output messages infobegin() { echo "::group::${1}" |
