File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ def submit(self):
472472 if phase == "Succeeded" :
473473 self .progress (
474474 ProgressEvent .Kind .BUILD_STATUS_CHANGE ,
475- ProgressEvent .BuildStatus .COMPLETED ,
475+ ProgressEvent .BuildStatus .BUILT ,
476476 )
477477 else :
478478 self .progress (
@@ -713,7 +713,7 @@ def stream_logs(self):
713713 ),
714714 )
715715 self .progress (
716- ProgressEvent .Kind .BUILD_STATUS_CHANGE , ProgressEvent .BuildStatus .COMPLETED
716+ ProgressEvent .Kind .BUILD_STATUS_CHANGE , ProgressEvent .BuildStatus .BUILT
717717 )
718718 self .progress (
719719 "log" ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def break_callback():
140140 self ._handle_log (line )
141141 self .progress (
142142 ProgressEvent .Kind .BUILD_STATUS_CHANGE ,
143- ProgressEvent .BuildStatus .COMPLETED ,
143+ ProgressEvent .BuildStatus .BUILT ,
144144 )
145145 except subprocess .CalledProcessError :
146146 self .progress (
You can’t perform that action at this time.
0 commit comments