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