chg: revert not wanted change
parent
d0670d6bb6
commit
46af25c416
|
@ -34,7 +34,7 @@ checkout_to_latest_tag() {
|
|||
pushd $1
|
||||
git fetch --tags
|
||||
tag=$(git describe --tags `git rev-list --tags --max-count=1`)
|
||||
git checkout -b $tag latest
|
||||
git checkout $tag -b latest
|
||||
git pull origin $tag
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue