Make bash scripts exit on error rather than continue (#9396)

pull/28217/head
Michael Telatynski 2022-10-12 16:15:57 +01:00 committed by GitHub
parent 7ddc0b78b3
commit 96213d644b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ex
# Creates a layered environment with the full repo for the app and SDKs cloned
# and linked. This gives an element-web dev environment ready to build with
# the current react-sdk branch and any matching branches of react-sdk's dependencies