add e2e-setup.sh

This commit is contained in:
Elio Bischof 2022-07-20 14:20:45 +02:00
parent 31b2e20b67
commit 18364cc00a
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

11
e2e/e2e-setup.sh Executable file
View 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 "$@"