mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
23426d6ab2
GitOrigin-RevId: 603a9fb8e00f358033bdbb541281226577a31676
9 lines
196 B
Bash
Executable File
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
|