fix(convert-formula.sh): remove CI test post-conversion

This commit is contained in:
Dafydd Jones 2019-12-19 00:30:44 +00:00
parent 55ab937c04
commit 06ec949fd1
2 changed files with 3 additions and 1 deletions

View file

@ -100,6 +100,7 @@ jobs:
# - env: INSTANCE=default-amazonlinux-2-2017-7-py2
# - env: INSTANCE=default-arch-base-latest-2017-7-py2
# <REMOVEME
# Test the conversion of `template-formula` into another formula
# ready for development
- env: 'Conversion'
@ -110,7 +111,7 @@ jobs:
- DEBUG=true bin/convert-formula.sh converted
- '[ $(git rev-list HEAD --count) -eq 2 ]'
- bin/kitchen verify default-debian-10-2019-2-py3
# REMOVEME>
## Define the release stage that runs `semantic-release`
- stage: 'release'
language: 'node_js'

View file

@ -46,6 +46,7 @@ convert_formula() {
# Searching across multiple lines.
# See https://vim.fandom.com/wiki/Search_across_multiple_lines
ex -u NONE -sc '%s/^.. <REMOVEME\_.\{-}.. REMOVEME>/None/g|x' docs/README.rst
ex -u NONE -sc '%s/^\s*# <REMOVEME\_.\{-}# REMOVEME>\n//g|x' .travis.yml
# shellcheck disable=SC2016 # Expressions don't expand in single quotes
git commit --quiet --all \
--message 'feat: convert `template-formula` to `'"${NEW_NAME}"'-formula`' \