From 0ea0f8963dbb216c216291ce92c5d63549d00311 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 24 Nov 2025 11:52:01 +0900 Subject: [PATCH] chore(jupyterhub): suppress command logs on build-kernel-images --- jupyterhub/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/justfile b/jupyterhub/justfile index 334f4b4..70eb329 100644 --- a/jupyterhub/justfile +++ b/jupyterhub/justfile @@ -296,7 +296,7 @@ delete-pv: # Build Jupyter notebook kernel images build-kernel-images: #!/bin/bash - set -euxo pipefail + set -euo pipefail ( cd ../python-package rm -rf dist/ build/ *.egg-info/