We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958f1fb commit f4caaa0Copy full SHA for f4caaa0
.evergreen/run-orchestration.sh
@@ -44,7 +44,7 @@ export ORCHESTRATION_FILE="$PROJECT_DIRECTORY/scripts/presets/travis/${TOPOLOGY}
44
export ORCHESTRATION_URL="http://localhost:8889/v1/${TOPOLOGY}s"
45
46
# Start mongo-orchestration
47
-sh ${DRIVER_TOOLS}/start-orchestration.sh "$MONGO_ORCHESTRATION_HOME"
+sh ${DRIVERS_TOOLS}/start-orchestration.sh "$MONGO_ORCHESTRATION_HOME"
48
49
pwd
50
curl --silent --show-error --data @"$ORCHESTRATION_FILE" "$ORCHESTRATION_URL" --max-time 600 --fail -o tmp.json
0 commit comments