chg: [deployment] git rid of the moved remote tag
parent
65335bf43c
commit
196e3f3601
|
@ -32,7 +32,7 @@ done
|
||||||
checkout_to_latest_tag() {
|
checkout_to_latest_tag() {
|
||||||
if [ -d $1 ]; then
|
if [ -d $1 ]; then
|
||||||
pushd $1
|
pushd $1
|
||||||
git fetch --tags
|
git fetch --tags -f
|
||||||
tag=$(git describe --tags)
|
tag=$(git describe --tags)
|
||||||
git checkout $tag
|
git checkout $tag
|
||||||
#git pull origin $tag
|
#git pull origin $tag
|
||||||
|
|
Loading…
Reference in New Issue