summaryrefslogtreecommitdiff
path: root/.github/workflows/debian.sh
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:26:19 +0100
committerVictor Kareh <[email protected]>2026-05-04 20:25:50 -0400
commit33763cc909952da957bb61206b257193e8b3cf9b (patch)
tree16eeb6323a7ec3cbe5cdd5d1f2886b36e89785e2 /.github/workflows/debian.sh
parent45e44bf115bb2320f242d3647bfbc903d38e367c (diff)
downloadcaja-dropbox-33763cc909952da957bb61206b257193e8b3cf9b.tar.bz2
caja-dropbox-33763cc909952da957bb61206b257193e8b3cf9b.tar.xz
ci: add set -eo pipefail to workflow scripts
Diffstat (limited to '.github/workflows/debian.sh')
-rwxr-xr-x.github/workflows/debian.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/debian.sh b/.github/workflows/debian.sh
index 91f9541..e089cc5 100755
--- a/.github/workflows/debian.sh
+++ b/.github/workflows/debian.sh
@@ -1,5 +1,7 @@
#!/usr/bin/bash
+set -eo pipefail
+
# Use grouped output messages
infobegin() {
echo "::group::${1}"