mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-22 11:25:11 -02:30
@@ -54,7 +54,7 @@ EOF
|
|||||||
printf "unstaged changes=\"/etc/.git-ansible.diff\""
|
printf "unstaged changes=\"/etc/.git-ansible.diff\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${current_commit} == ${latest_tag_commit} ]; then
|
if [ "${current_commit}" = "${latest_tag_commit}" ]; then
|
||||||
printf "\ncurrent_commit_tag=\"${latest_tag}\""
|
printf "\ncurrent_commit_tag=\"${latest_tag}\""
|
||||||
else
|
else
|
||||||
printf "\nlast tag was "$(git describe --tags | awk -F- '{print $2}')" commits ago =\""
|
printf "\nlast tag was "$(git describe --tags | awk -F- '{print $2}')" commits ago =\""
|
||||||
|
|||||||
Reference in New Issue
Block a user