aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 20:22:26 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 20:22:26 +0200
commitd5f56cd588febe658b7a1ff11a9e37326cc5cc6d (patch)
tree3a7eb80bdb6f06091a9ef0bee1e4a7b2eb7cd018
parent656b45e601bd53021103397a2795d7bb102407e7 (diff)
downloadayatana-ido-d5f56cd588febe658b7a1ff11a9e37326cc5cc6d.tar.gz
ayatana-ido-d5f56cd588febe658b7a1ff11a9e37326cc5cc6d.tar.bz2
ayatana-ido-d5f56cd588febe658b7a1ff11a9e37326cc5cc6d.zip
.build.yml: Don't fail on which's non-zero exit-code.
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index d492994..710e89a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -113,7 +113,7 @@ build_scripts:
after_scripts:
- if [ ${BUILD_TYPE} == "scripts" ];then
- - XVFB_RUN=$(which xvfb-run)
+ - XVFB_RUN="$(which xvfb-run || true)"
- if [ ${DISTRO_NAME} == "debian" ];then
- if [ -e ./autogen.sh ]; then
- ${XVFB_RUN} make check