Skip to content

Commit 9a25ffc

Browse files
committed
Forgot to commit some files 🤦
1 parent b1bccdc commit 9a25ffc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

binderhub/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

binderhub/build_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)