summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.sh
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:26:20 +0100
committermbkma <[email protected]>2026-01-30 00:26:20 +0100
commitccab54d8834a2284c9bd382a3fe7c11bc73733f7 (patch)
treee93deee6a18fcfd3dc02bd28e0ec4f37c29568bc /.github/workflows/ubuntu.sh
parent90a41e39a58f7093dd9c41b5a9083b5d567e05a4 (diff)
downloadmate-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.sh2
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}"