0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 04:59:34 +01:00
mongodb/evergreen/do_jepsen_setup/install_jepsen.sh
Udita 23426d6ab2 SERVER-95813: fix for github token issue (#28190)
GitOrigin-RevId: 603a9fb8e00f358033bdbb541281226577a31676
2024-10-17 19:41:39 +00:00

9 lines
196 B
Bash
Executable File

set -o errexit
cd src
git clone --branch=v0.3.0-jepsen-mongodb-master --depth=1 https://x-access-token:${github_token}@github.com/10gen/jepsen.git jepsen-mongodb
cd jepsen-mongodb
lein install