mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 23:23:33 +00:00
compose works until e2e-setup incl
This commit is contained in:
@@ -8,7 +8,11 @@ shift
|
||||
|
||||
export projectRoot=".."
|
||||
|
||||
set -a; source $ENVFILE; set +a
|
||||
if [ -z ${ENVFILE:x} ]; then
|
||||
echo "Not sourcing any env file"
|
||||
else
|
||||
set -a; source $ENVFILE; set +a
|
||||
fi
|
||||
|
||||
NPX=""
|
||||
if ! command -v cypress &> /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user