mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
fix(travis): reinstate conversion test [skip ci]
This commit is contained in:
parent
e9bfb71fdc
commit
5d47fda1b9
1 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
@ -99,6 +99,19 @@ jobs:
|
|||
# - env: INSTANCE=default-opensuse-leap-151-2017-7-py2
|
||||
# - 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'
|
||||
name: 'Test: bin/convert-formula.sh'
|
||||
script:
|
||||
- git clone . tmp/converted-formula
|
||||
- cd tmp/converted-formula
|
||||
- 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'
|
||||
|
|
Loading…
Add table
Reference in a new issue