Quiet git clone
This commit is contained in:
parent
8a4797bf02
commit
36f37639b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue