skip converge step, use verify

This is done so that the ones that do successfully converge still run
their verify.
This commit is contained in:
Daniel Wallace 2018-08-14 11:09:11 -05:00
parent 2396e53b8c
commit aaa5106761
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -38,7 +38,6 @@ script:
- shellcheck -s sh -f checkstyle bootstrap-salt.sh
# Run test-kitchen with docker driver:
- bundle exec kitchen create -l warn -c 6 "$PLATFORM"
- bundle exec kitchen converge "$PLATFORM"
- bundle exec kitchen verify "$PLATFORM"
after_script: