Skip to content

Commit 5b04c5f

Browse files
committed
Remove configuration that does not take an effect
1 parent 3a76f21 commit 5b04c5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

run_integration_tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ if test "$1" == "down"; then
1414
fi
1515

1616
if [ -z "$1" ]; then
17-
# Call all tests by default
18-
MEESIGN_TEST_CLIENT_REPO_OWNER=quapka \
19-
MEESIGN_TEST_CLIENT_REPO_BRANCH=integration-test \
2017
docker compose \
2118
--file compose.base.yaml \
2219
--file integration-tests/compose.yaml \
@@ -28,8 +25,6 @@ if [ -z "$1" ]; then
2825
else
2926
# If any command line arguments are supplied, these are pass on to the
3027
# `test-client`, i.e. calling `dart test --reporter=expanded "$@"`
31-
MEESIGN_TEST_CLIENT_REPO_OWNER=quapka \
32-
MEESIGN_TEST_CLIENT_REPO_BRANCH=integration-test \
3328
docker compose \
3429
--file compose.base.yaml \
3530
--file integration-tests/compose.yaml \

0 commit comments

Comments
 (0)