mirror of https://github.com/vector-im/riot-web
scripts/fetch-develop.deps.sh: set -e (#4120)
... so that when the git clone fails, it doesn't plough on regardless.pull/4103/merge
parent
020d496cb1
commit
0e742cec27
|
@ -6,6 +6,8 @@
|
|||
# the branch the current checkout is on, use that branch. Otherwise,
|
||||
# use develop.
|
||||
|
||||
set -e
|
||||
|
||||
# Look in the many different CI env vars for which branch we're
|
||||
# building
|
||||
if [[ "$TRAVIS" == true ]]; then
|
||||
|
|
Loading…
Reference in New Issue