Set up the build logs to use our fake build logs on test and local.
This commit is contained in:
parent
580bb152fe
commit
bcb993a914
8 changed files with 47 additions and 11 deletions
|
@ -73,7 +73,7 @@ class DefaultConfig(object):
|
|||
STORAGE_PATH = 'test/data/registry'
|
||||
|
||||
# Build logs
|
||||
BUILDLOGS = BuildLogs('logs.quay.io') # Change me
|
||||
BUILDLOGS_OPTIONS = ['logs.quay.io']
|
||||
|
||||
# Real-time user events
|
||||
USER_EVENTS = UserEventBuilder('logs.quay.io')
|
||||
|
|
Reference in a new issue