Skip to content

Commit

Permalink
fix(convert-formula.sh): delete all existing tags
Browse files Browse the repository at this point in the history
* closes #210
  • Loading branch information
dafyddj committed Oct 6, 2020
1 parent acca5e1 commit be56eaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/convert-formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ convert_formula() {
git rm --quiet bin/convert-formula.sh AUTHORS.md CHANGELOG.md \
docs/_static/css/custom.css docs/AUTHORS.rst docs/CHANGELOG.rst \
docs/conf.py docs/CONTRIBUTING_DOCS.rst docs/index.rst
tag_out=$(git tag --list | xargs git tag --delete)
if [ "${DEBUG:-false}" = "true" ]; then
echo "$tag_out"
fi

git mv TEMPLATE "$NEW_NAME"

# Replace TEMPLATE within sls and jinja files with py-safe formula name
Expand Down

0 comments on commit be56eaa

Please sign in to comment.