chore(jupyterhub): suppress command logs on build-kernel-images

This commit is contained in:
Masaki Yatsu
2025-11-24 11:52:01 +09:00
parent 3e726001fe
commit 0ea0f8963d

View File

@@ -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/