mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 09:52:10 +00:00
Remove ansible tagging. (#4417)
- See https://github.com/LemmyNet/lemmy-ansible/issues/215
This commit is contained in:
parent
328d48ef7e
commit
3647a46e86
|
@ -26,8 +26,6 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then
|
|||
echo $new_tag > "VERSION"
|
||||
git add "VERSION"
|
||||
git commit -m"Updating VERSION"
|
||||
git tag $new_tag
|
||||
git push origin $new_tag
|
||||
git push
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue