From 36f37639b0c1383b4a47994d3c286b69257263fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 11 Nov 2021 19:42:26 +0100 Subject: [PATCH] Quiet git clone --- src/runboat/kubefiles/runboat-clone-and-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runboat/kubefiles/runboat-clone-and-install.sh b/src/runboat/kubefiles/runboat-clone-and-install.sh index afcc163..3a0f66f 100755 --- a/src/runboat/kubefiles/runboat-clone-and-install.sh +++ b/src/runboat/kubefiles/runboat-clone-and-install.sh @@ -7,7 +7,7 @@ set -ex # Run oca_install_addons on it. # -git clone --filter=blob:none $RUNBOAT_GIT_REPO $ADDONS_DIR +git clone --quiet --filter=blob:none $RUNBOAT_GIT_REPO $ADDONS_DIR cd $ADDONS_DIR git fetch origin $RUNBOAT_GIT_REF:build git checkout build