summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2018-02-12 15:15:22 -0500
committerdalyd <david.daly@mongodb.com>2018-02-13 10:00:44 -0500
commit9606f607a9c556fed25a8025e0945e7f8b60d494 (patch)
tree8542ea23926596d269b70bf65d8d82cb3a075fbe
parent59af713ebb0004c73a2891759ac28ed580e8b4b1 (diff)
downloadmongo-9606f607a9c556fed25a8025e0945e7f8b60d494.tar.gz
SERVER-33236: Update perf.yml to use ssh form of git clone
(cherry picked from commit 0658fe0f057c7d1b82239c3661619dd9f062a684)
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index a0a2659e975..5f8059a9f9d 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -75,7 +75,7 @@ functions:
set -v
chmod +x mongod
chmod +x mongo
- git clone https://github.com/mongodb/mongo-perf perf
+ git clone git@github.com:mongodb/mongo-perf.git perf
cd perf
git describe --tags
- command: shell.exec