chore(jupyterhub): suppress command logs on build-kernel-images
This commit is contained in:
@@ -296,7 +296,7 @@ delete-pv:
|
|||||||
# Build Jupyter notebook kernel images
|
# Build Jupyter notebook kernel images
|
||||||
build-kernel-images:
|
build-kernel-images:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euxo pipefail
|
set -euo pipefail
|
||||||
(
|
(
|
||||||
cd ../python-package
|
cd ../python-package
|
||||||
rm -rf dist/ build/ *.egg-info/
|
rm -rf dist/ build/ *.egg-info/
|
||||||
|
|||||||
Reference in New Issue
Block a user