Test edit to master config and simple sompose to point to repo.

This commit is contained in:
Sam Perriton-Branch 2018-04-11 13:12:45 +01:00
parent 69fc1f3da7
commit 500d9adb45
2 changed files with 3 additions and 3 deletions

View File

@ -93,8 +93,8 @@ c['status'] = []
# the 'title' string will appear at the top of this buildbot installation's
# home pages (linked to the 'titleURL').
c['title'] = "Pyflakes"
c['titleURL'] = "https://launchpad.net/pyflakes"
c['title'] = "Hello World CI"
c['titleURL'] = "https://buildbot.github.io/hello-world/"
# the 'buildbotURL' string should point to the location where the buildbot's
# internal web server is visible. This typically uses the port number set in

View File

@ -6,7 +6,7 @@ services:
- db.env
environment:
- BUILDBOT_CONFIG_DIR=config
- BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz
- BUILDBOT_CONFIG_URL=https://github.com/PerritonBranch/buildbot-docker-example-config/archive/master.tar.gz
- BUILDBOT_WORKER_PORT=9989
- BUILDBOT_WEB_URL=http://localhost:8010/
- BUILDBOT_WEB_PORT=8010