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:12 -0500
commit3f33ff25297023eab541f2d3d26cc54ffce1bc98 (patch)
tree725721071503306aa6cff8d03e122be7979ed531
parentba20ef3dc5e82459f9c7ddbce4a055b3d32aab74 (diff)
downloadmongo-3f33ff25297023eab541f2d3d26cc54ffce1bc98.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 508783738a2..b74a9742921 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -76,7 +76,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