summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-26 14:48:48 +0100
committerMS <ms@taler.net>2020-11-26 14:48:48 +0100
commitfd6bbc5f652034465f3206cc9195770c85124182 (patch)
treeedf1cf7cfbfe5d1b495872027b2c93a76a58a8be /buildbot
parent97488b8aa850b5591cf42cf42ac587aea03fa551 (diff)
downloadlibeufin-deployment-fd6bbc5f652034465f3206cc9195770c85124182.tar.gz
libeufin-deployment-fd6bbc5f652034465f3206cc9195770c85124182.tar.bz2
libeufin-deployment-fd6bbc5f652034465f3206cc9195770c85124182.zip
fix name
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 8cfeaad..caf89bc 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -116,7 +116,7 @@ ALL_FACTORY.addSteps([
##### BUILDERS
ALL_BUILDER = util.BuilderConfig(
- name="unittests-builder",
+ name="all-builder",
workernames=["all-worker"],
factory=ALL_FACTORY
)