Merge branch 'master' of github.com:coreos-inc/quay
This commit is contained in:
commit
27d8ea3d5c
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,12 @@ class WorkerError(object):
|
||||||
self._error_handlers = {
|
self._error_handlers = {
|
||||||
'io.quay.builder.buildpackissue': {
|
'io.quay.builder.buildpackissue': {
|
||||||
'message': 'Could not load build package',
|
'message': 'Could not load build package',
|
||||||
'is_internal': True
|
'is_internal': True,
|
||||||
|
},
|
||||||
|
|
||||||
|
'io.quay.builder.gitfailure': {
|
||||||
|
'message': 'Could not clone git repository',
|
||||||
|
'show_base_error': True,
|
||||||
},
|
},
|
||||||
|
|
||||||
'io.quay.builder.cannotextractbuildpack': {
|
'io.quay.builder.cannotextractbuildpack': {
|
||||||
|
|
Reference in a new issue