mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 17:33:41 +00:00
12 lines
117 B
Bash
Executable File
12 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
export projectRoot="."
|
|
|
|
set -a
|
|
source ./e2e/local.env
|
|
set +a
|
|
|
|
go run ./cmd/e2e-setup/*.go "$@"
|