Force reset plugin dirs

This commit is contained in:
Joshua Boniface 2021-04-12 10:11:08 -04:00
parent 595ed2378e
commit ef13916231

View File

@ -18,6 +18,7 @@ pushd ${builddir}
pushd projects/${repotype}/${reponame}
# Check out the tag
git reset --hard
git tag -d tags/${tagname} || true
git fetch --all
git checkout tags/${tagname}