diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-01-30 16:34:06 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2017-01-30 16:34:06 -0500 |
commit | eec5787175e731d174cfec56bf995ef4bdcd99d9 (patch) | |
tree | 6ab7fd37704219ddf900c426ff4474cda5ca9ee5 /jjb/escalator | |
parent | 8dfd3d7b0d9672c0e3f1e245b0664165889b00db (diff) |
Found three merge jobs still using git-scm-gerrit
merge jobs should not be cloning the patchset, they should be cloning
master after the merge is complete.
Change-Id: I3cd853c16bdc2533e8fb926eeea8926f8fc7ac04
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/escalator')
-rw-r--r-- | jjb/escalator/escalator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/escalator/escalator.yml b/jjb/escalator/escalator.yml index 31e0c0004..103a6962f 100644 --- a/jjb/escalator/escalator.yml +++ b/jjb/escalator/escalator.yml @@ -241,7 +241,7 @@ concurrent: true scm: - - git-scm-gerrit + - git-scm wrappers: - ssh-agent-wrapper |