This commit is contained in:
PerritonBranch 2018-04-12 09:27:09 +00:00 committed by GitHub
commit 0266f646c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

0
TestFile.txt Normal file
View File

View File

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

View File

@ -6,7 +6,7 @@ services:
- db.env - db.env
environment: environment:
- BUILDBOT_CONFIG_DIR=config - 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_WORKER_PORT=9989
- BUILDBOT_WEB_URL=http://localhost:8010/ - BUILDBOT_WEB_URL=http://localhost:8010/
- BUILDBOT_WEB_PORT=8010 - BUILDBOT_WEB_PORT=8010