Add env vars to build script
with hardcoded values for now
This commit is contained in:
parent
f66158a4da
commit
ccd8b484a6
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
VITE_DEFAULT_HOMESERVER=https://call.ems.host
|
||||||
|
VITE_SENTRY_DSN=https://b1e328d49be3402ba96101338989fb35@sentry.matrix.org/41
|
||||||
|
|
||||||
git clone https://github.com/matrix-org/matrix-js-sdk.git
|
git clone https://github.com/matrix-org/matrix-js-sdk.git
|
||||||
cd matrix-js-sdk
|
cd matrix-js-sdk
|
||||||
git checkout robertlong/group-call
|
git checkout robertlong/group-call
|
||||||
|
|
Loading…
Add table
Reference in a new issue