mirror of https://github.com/mongodb/mongo
GitOrigin-RevId: ab6232316d8ba0e9fd085e99b2f44fba5942d5c3
This commit is contained in:
parent
a61f0bdffc
commit
a6f71fcee6
|
|
@ -1,7 +1,7 @@
|
|||
set -o errexit
|
||||
|
||||
cd src
|
||||
git clone --branch=jepsen-mongodb-master --depth=1 git@github.com:10gen/jepsen.git jepsen-mongodb
|
||||
git clone --branch=v0.2.0-jepsen-mongodb-master --depth=1 git@github.com:10gen/jepsen.git jepsen-mongodb
|
||||
cd jepsen-mongodb
|
||||
branch=$(git symbolic-ref --short HEAD)
|
||||
commit=$(git show -s --pretty=format:"%h - %an, %ar: %s")
|
||||
|
|
|
|||
Loading…
Reference in New Issue