Update master.cfg
This commit is contained in:
parent
a2d980b1e3
commit
33f24eac1f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ c = BuildmasterConfig = {}
|
||||||
# a Worker object, specifying a unique worker name and password. The same
|
# a Worker object, specifying a unique worker name and password. The same
|
||||||
# worker name and password must be configured on the worker.
|
# worker name and password must be configured on the worker.
|
||||||
|
|
||||||
c['workers'] = [worker.Worker("example-worker", 'pass')]
|
c['workers'] = [worker.Worker("docker-worker", 'pass')]
|
||||||
|
|
||||||
if 'BUILDBOT_MQ_URL' in os.environ:
|
if 'BUILDBOT_MQ_URL' in os.environ:
|
||||||
c['mq'] = {
|
c['mq'] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue