UI and code improvements to make working with the multiple SCMs easier
This commit is contained in:
parent
f091aaa07e
commit
d07f9f04e9
10 changed files with 70 additions and 114 deletions
|
@ -367,8 +367,7 @@ class BuildTriggerAnalyze(RepositoryParamResource):
|
|||
'name': base_repository,
|
||||
'is_public': found_repository.visibility.name == 'public',
|
||||
'robots': read_robots,
|
||||
'status': 'analyzed',
|
||||
'dockerfile_url': handler.dockerfile_url()
|
||||
'status': 'analyzed'
|
||||
}
|
||||
|
||||
except RepositoryReadException as rre:
|
||||
|
|
Reference in a new issue