Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
#!/bin/bash
set -x
export CONFIG=$PROJECT_DIRECTORY/.github/reviewers.txt
export SCRIPT="$DRIVERS_TOOLS/.evergreen/github_app/assign-reviewer.sh"
# shellcheck disable=SC2154
bash $SCRIPT -p $CONFIG -h ${github_commit} -o "mongodb" -n "pymongo-auth-aws"
echo '{"results": [{ "status": "PASS", "test_file": "Build", "log_raw": "Test completed" } ]}' > ${PROJECT_DIRECTORY}/test-results.json