Quiet git clone

This commit is contained in:
Stéphane Bidoul 2021-11-11 19:42:26 +01:00
parent 8a4797bf02
commit 36f37639b0
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -7,7 +7,7 @@ set -ex
# Run oca_install_addons on it. # 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 cd $ADDONS_DIR
git fetch origin $RUNBOAT_GIT_REF:build git fetch origin $RUNBOAT_GIT_REF:build
git checkout build git checkout build