summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-20 23:40:57 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-20 23:40:57 +0200
commit82b748694d78d607cccfde9a25623340fd739c4a (patch)
tree27ac90d8fa06cd2fafcf43c6154aaade83d4ef98 /buildbot
parent5934e7294a21bb332d16c907aed4f25df1a0b416 (diff)
downloaddeployment-82b748694d78d607cccfde9a25623340fd739c4a.tar.gz
deployment-82b748694d78d607cccfde9a25623340fd739c4a.tar.bz2
deployment-82b748694d78d607cccfde9a25623340fd739c4a.zip
name fix
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index eb818c7..87a6fa7 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -126,7 +126,7 @@ c["change_source"] = [ALLCS]
# Re-build documentation periodically
def doc_filter(change):
- changes = change.asDict()
+ _changes = change.asDict()
if changes.get("project") in ["api",
"www",
"merchant-frontend-examples",