Skip to content

Commit

Permalink
REMOVE: debug absolute path replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jul 23, 2024
1 parent fa07192 commit b952617
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .evergreen/run-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ echo "ORCHESTRATION_FILE=$ORCHESTRATION_FILE"
# Handle absolute path.
perl -p -i -e "s|ABSOLUTE_PATH_REPLACEMENT_TOKEN|${DRIVERS_TOOLS}|g" $ORCHESTRATION_FILE

cat $ORCHESTRATION_FILE
cat $MONGO_ORCHESTRATION_HOME/orchestration.config

# If running on Docker, update the orchestration file to be docker-friendly.
if [ -n "$DOCKER_RUNNING" ]; then
cp $ORCHESTRATION_FILE /root/config.json
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
strategy:
matrix:
os:
- "ubuntu-latest"
# - "ubuntu-latest"
- "windows-latest"
mongodb-version:
- "7.0"
topology:
- "server"
- "replica_set"
- "sharded_cluster"
# - "replica_set"
# - "sharded_cluster"
auth:
- "noauth"
- "auth"
# - "auth"
ssl:
- "nossl"
# - "nossl"
- "ssl"

steps:
Expand Down

0 comments on commit b952617

Please sign in to comment.