diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-10-06 12:07:56 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-10-06 12:08:27 +0200 |
commit | 7ce95e6cf230ddaff55fe1aa11d7e4c43a5b410c (patch) | |
tree | b8ed8e500c9bce47ecc270deb85555de435c028f | |
parent | acec76fc819f9294faad65ee0370be2df1dd7869 (diff) |
agljobtemplate: CI builds: rename branch to gerrit
Change-Id: I8341bb7c3ab65a02a7b144171f778c850484850b
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | utils/agljobtemplate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 42f2bc9..099e823 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -165,7 +165,7 @@ class Agljobtemplate(object): vcs_branch = url_branch # if this is an 'int', then it was --changeid try: - vcs_branch = "changeid-%d" % int(vcs_branch) + vcs_branch = "gerrit-%d" % int(vcs_branch) except: pass job['vcs_branch'] = vcs_branch |