Re-enable builds and tag modification when signing is enabled
This commit is contained in:
parent
ba713b624d
commit
2e30c47045
7 changed files with 3 additions and 90 deletions
|
@ -89,8 +89,6 @@ def build_trigger_webhook(trigger_uuid, **kwargs):
|
|||
|
||||
if trigger.repository.kind.name != 'image':
|
||||
abort(501, 'Build triggers cannot be invoked on application repositories')
|
||||
elif trigger.repository.trust_enabled:
|
||||
abort(400, 'Build triggers cannot be invoked on repositories with trust enabled')
|
||||
|
||||
logger.debug('Passing webhook request to handler %s', handler)
|
||||
try:
|
||||
|
|
Reference in a new issue