ci: set -e in all shell scripts

Otherwise errors are silently ignored.
This commit is contained in:
Sebastian Dröge 2020-07-28 09:45:11 +03:00
parent 4e57412fa3
commit f69a2226be
3 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,2 @@
variables:
GST_RS_IMG_TAG: '2020-07-05.0'
GST_RS_IMG_TAG: '2020-07-05.0-0.16'

View file

@ -1,3 +1,5 @@
set -e
pip3 install meson==0.54.3
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master

View file

@ -1,4 +1,6 @@
source ./ci/env.sh
set -e
export CARGO_HOME='/usr/local/cargo'
RUSTUP_VERSION=1.21.1