Skip to content

Commit 5f12f59

Browse files
Set empty vars to remove docker-compose run warnings on replset mode when they're unset
1 parent 3693328 commit 5f12f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/travis-ci/run-replset.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pushd $(dirname $0)
1111

1212
export MONGO_VERSION=${MONGO_VERSION}
1313
export DATA_MONGOD_FLAGS=
14+
export MONGOS_CONFIGDB=
15+
export CONFIGSVR_FLAGS=
1416
export MCB_EXTRA=${MCB_EXTRA}
1517

1618
echo "# Starting instances with docker-compose"

0 commit comments

Comments
 (0)