quiet checkout

This commit is contained in:
Salamandar 2024-02-28 13:33:29 +01:00
parent 1b1b5ccefa
commit d260f991a1

View file

@ -22,7 +22,7 @@ _git_clone_or_pull() {
else else
ynh_exec_as "$app" git clone "$upstream_repository" "$repo_dir" --quiet ynh_exec_as "$app" git clone "$upstream_repository" "$repo_dir" --quiet
fi 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 ynh_exec_as "$app" git -C "$repo_dir" submodule update --init --recursive
} }