compose works until e2e-setup incl

This commit is contained in:
Elio Bischof
2022-07-25 15:24:16 +02:00
parent 1f955ae3ac
commit e3942a0d9e
11 changed files with 62 additions and 27 deletions

View File

@@ -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