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 1d3df7eaa5
commit 01397b213d
3 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,2 @@
variables:
GST_RS_IMG_TAG: '2020-07-28.0'
GST_RS_IMG_TAG: '2020-07-28.1'

View file

@ -1,3 +1,5 @@
set -e
pip3 install meson==0.55.0
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.22.1