mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
ci: set -e
in all shell scripts
Otherwise errors are silently ignored.
This commit is contained in:
parent
4d19fbb58d
commit
7255c1d204
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
RELEASE=0.7.1
|
||||
|
||||
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
|
||||
|
|
Loading…
Reference in a new issue