From 7255c1d204e2c208a4e00a61b6e9f34f47e30e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 Jul 2020 09:47:44 +0300 Subject: [PATCH] ci: `set -e` in all shell scripts Otherwise errors are silently ignored. --- ci/install-dav1d.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install-dav1d.sh b/ci/install-dav1d.sh index 12c0fe7a..5c7cac97 100644 --- a/ci/install-dav1d.sh +++ b/ci/install-dav1d.sh @@ -1,3 +1,5 @@ +set -e + RELEASE=0.7.1 git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE