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 c6030a2 commit 391a3f9Copy full SHA for 391a3f9
.evergreen/scripts/create-pr.sh
@@ -1,8 +1,6 @@
1
#!/usr/bin/env bash
2
3
-tools="../drivers-evergreen-tools"
4
-git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $tools
5
-
+tools="$(realpath -s "../drivers-tools")"
6
pushd $tools/.evergreen/github_app || exit
7
8
owner="mongodb"
0 commit comments