buildman: add git checkout failure
This commit is contained in:
parent
3fda6696e5
commit
601b99a083
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ class WorkerError(object):
|
|||
'show_base_error': True,
|
||||
},
|
||||
|
||||
'io.quay.builder.gitcheckout': {
|
||||
'message': 'Could not checkout git ref. Have you force pushed recently?',
|
||||
},
|
||||
|
||||
'io.quay.builder.cannotextractbuildpack': {
|
||||
'message': 'Could not extract the contents of the build package'
|
||||
},
|
||||
|
|
Reference in a new issue