mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-09-03 12:21:40 +00:00
Disable git checkout advice in create_stack.sh (#244)
This PR disables the git advice message seen for each component as its installed. Signed-off-by: Justin Scott <justin.a.scott@gmail.com>
This commit is contained in:
@@ -347,7 +347,7 @@ function set_repo_version() {
|
||||
pushd "$(pwd)"
|
||||
cd "${path}"
|
||||
git fetch origin "${ver}"
|
||||
git checkout "${ver}"
|
||||
git -c advice.detachedHead=false checkout "${ver}"
|
||||
popd
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user