Make the data block returned by the server mirror that of the build server. Make the UI respond to the new status format for pushing.
This commit is contained in:
parent
8981f576fc
commit
06e03b1260
3 changed files with 5 additions and 6 deletions
|
@ -136,7 +136,7 @@ MIME_PROCESSORS = {
|
|||
'application/octet-stream': prepare_dockerfile,
|
||||
}
|
||||
|
||||
|
||||
# If this format it should also be changed in the api method get_repo_builds
|
||||
build = {
|
||||
'total_commands': None,
|
||||
'current_command': None,
|
||||
|
|
Reference in a new issue