mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
quiet checkout
This commit is contained in:
parent
1b1b5ccefa
commit
d260f991a1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ _git_clone_or_pull() {
|
|||
else
|
||||
ynh_exec_as "$app" git clone "$upstream_repository" "$repo_dir" --quiet
|
||||
fi
|
||||
ynh_exec_as "$app" git -C "$repo_dir" checkout "$upstream_commit"
|
||||
ynh_exec_as "$app" git -C "$repo_dir" checkout "$upstream_commit" --quiet
|
||||
ynh_exec_as "$app" git -C "$repo_dir" submodule update --init --recursive
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue