Skip to content

Commit

Permalink
GODRIVER-3314 Fix backport script invocation (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 30, 2024
1 parent 44684f4 commit 6fb6d07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,10 @@ functions:
params:
binary: bash
args:
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh mongodb mongo-go-driver ${github_commit}
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh
- mongodb
- mongo-go-driver
- ${github_commit}

send-perf-data:
- command: perf.send
Expand Down

0 comments on commit 6fb6d07

Please sign in to comment.