Fail client build if anything fails (#2820)

This commit is contained in:
Piyush Mishra 2021-02-03 11:02:00 +05:30 committed by GitHub
parent bda90b4bf3
commit 311fb5ad47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
GIT_SHA=$(eval git rev-parse HEAD)
echo $GIT_SHA
echo "Sentry Auth Token: $SENTRY_AUTH_TOKEN"