mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 17:44:03 +00:00
add e2e-setup.sh
This commit is contained in:
parent
31b2e20b67
commit
18364cc00a
11
e2e/e2e-setup.sh
Executable file
11
e2e/e2e-setup.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
export projectRoot="."
|
||||||
|
|
||||||
|
set -a
|
||||||
|
source ./e2e/local.env
|
||||||
|
set +a
|
||||||
|
|
||||||
|
go run ./cmd/e2e-setup/*.go "$@"
|
Loading…
x
Reference in New Issue
Block a user