Skip to content

Commit

Permalink
feat(template): add quick check that convert-formula.sh has worked
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Apr 19, 2020
1 parent 16ec994 commit 7f3737e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssf/files/default/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
- cd tmp/converted-formula
- DEBUG=true bin/convert-formula.sh converted
- '[ $(git rev-list HEAD --count) -eq 2 ]'
# Quick visual check that correct files have been updated
- git show --pretty="" --name-status
- bin/kitchen verify default-debian-10-2019-2-py3
# REMOVEME>
{%- endif %}
Expand Down

0 comments on commit 7f3737e

Please sign in to comment.