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