File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1717
1818# Bootstrap the app.
1919source utils.sh
20- bootstrap
20+ bootstrap drivers/release-bot
2121
2222# Run the app.
2323
Original file line number Diff line number Diff line change 44SCRIPT_DIR=$( dirname ${BASH_SOURCE[0]} )
55. $SCRIPT_DIR /../handle-paths.sh
66pushd $SCRIPT_DIR > /dev/null
7- . $SCRIPT_DIR /../secrets_handling/setup-secrets.sh drivers/comment-bot
7+ VAULT=${1:- drivers/ comment-bot}
8+ . $SCRIPT_DIR /../secrets_handling/setup-secrets.sh $VAULT
89popd > /dev/null
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function bootstrap() {
77 pushd $SCRIPT_DIR > /dev/null
88
99 # Bootstrap the secrets.
10- . ./setup-secrets.sh
10+ . ./setup-secrets.sh ${1 :- }
1111
1212 # Install node and activate it.
1313 bash ../install-node.sh
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ pushd $DRIVERS_TOOLS/.evergreen/github_app
1010. utils.sh
1111bootstrap
1212bash get-access-token.sh drivers-evergreen-tools mongodb-labs > /dev/null
13+
14+ bootstrap drivers/release-bot
15+ bash get-access-token.sh mongo-arrow mongodb-labs > /dev/null
16+
1317popd
1418
1519make -C ${DRIVERS_TOOLS} test
You can’t perform that action at this time.
0 commit comments