Skip to content

Commit 841fa20

Browse files
committed
Remove unused variables in mo.sh script
These were originally added in mongodb-labs/mongo-orchestration@4f71d29, but it's not clear what they were used for since server configs specify their own paths and Mongo Orchestration relies on MONGO_ORCHESTRATION_HOME.
1 parent 29a8876 commit 841fa20

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.scripts/mo.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,7 @@ case $2 in
7272
start)
7373
if [ "$HTTP_CODE" != "200" ]
7474
then
75-
WORKSPACE=${TRAVIS_BUILD_DIR}/orchestrations
76-
rm -fr $WORKSPACE
77-
mkdir $WORKSPACE
78-
LOGPATH=$WORKSPACE
79-
DBPATH=$WORKSPACE
8075
POST_DATA=$(eval_params $1)
81-
echo "DBPATH=$DBPATH"
82-
echo "LOGPATH=$LOGPATH"
8376
echo "POST_DATA='$POST_DATA'"
8477
echo
8578
POST=$(post $BASE_URL/$R "$POST_DATA")

0 commit comments

Comments
 (0)