Skip to content

Commit e06a52d

Browse files
Fixed config for running e2e
1 parent 345e1a0 commit e06a52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/run-e2e-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
if [ -f "vars.sh" ]; then
6-
source vars.sh
5+
if [ -f "vars.local.e2e.sh" ]; then
6+
source vars.local.e2e.sh
77
else
88
echo "No vars.sh defined. Using docker-compose defaults."
99
fi

0 commit comments

Comments
 (0)