commit e87eaf6656b98f89c8b8c84ddaaffb861b3846dd parent 457b51c98a03b3a0b77ed8688799a143832f4a70 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 6 Feb 2018 04:34:14 +0100 BB config Diffstat:
| M | buildbot/master.cfg | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -61,7 +61,7 @@ c["change_source"] = [ALLCS] def doc_filter(change): _changes = change.asDict() - if _changes.get("project") in ["docs-landing", "api", "www", "merchant-frontend-examples"]: + if _changes.get("project") not in ["exchange", "merchant""]: return True files = _changes.get("files") for file in files: