Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthes <[email protected]>
  • Loading branch information
guilhem-barthes committed Aug 24, 2023
1 parent cba53a2 commit 772692a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/builder/image_builder/image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def _get_entrypoint_from_dockerfile(dockerfile_dir: str) -> list[str]:
raise BuildError("Invalid Dockerfile: Cannot find ENTRYPOINT")



def _delete_kaniko_pod(create_pod: bool, k8s_client: kubernetes.client.CoreV1Api, pod_name: str) -> str:
logs = ""
if create_pod:
Expand Down
1 change: 0 additions & 1 deletion backend/builder/tasks/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def on_success(self, retval: dict[str, Any], task_id: str, args: tuple, kwargs:


class BuildTask(BaseBuilderTask):

# def on_failure(
# self, exc: Exception, task_id: str, args: tuple, kwargs: dict[str, Any], einfo: ExceptionInfo
# ) -> None:
Expand Down

0 comments on commit 772692a

Please sign in to comment.