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 09:59:20 -0500
commite369621250840351ad5f3913ff7c67eb0a8ad05c (patch)
tree3a0d910a04718e7cc9fe6f7708f6f185235edbeb
parent308bcaa2fa48857d9a27841c0621f51153a65d38 (diff)
downloadmongo-e369621250840351ad5f3913ff7c67eb0a8ad05c.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 fffbb455632..fe69025513b 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -86,7 +86,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