summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-12-14 00:06:36 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2020-12-14 00:07:33 +0100
commit27fc51ab63e9e41b72ec1aaaa7546a19d23070e4 (patch)
tree32efbe4296b492c91ea962c746d42487bec54541
parentbdb5745f0493d45480cb780eea43acffc63d4afa (diff)
downloadxfce4-dev-tools-27fc51ab63e9e41b72ec1aaaa7546a19d23070e4.tar.gz
Fail xfce-build container generation if there is any error
- So now we won't generate a broken container anymore is we can't build on component
-rw-r--r--ci/build_libs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/build_libs.sh b/ci/build_libs.sh
index 2853951..83a32dc 100644
--- a/ci/build_libs.sh
+++ b/ci/build_libs.sh
@@ -1,4 +1,6 @@
-#!/bin/sh
+#!/usr/bin/env bash
+
+set -euo pipefail
XFCE_BASE=https://gitlab.xfce.org