Skip to content

Commit 7beedb7

Browse files
authored
Merge pull request #18 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2 parents c52626d + 9e9844e commit 7beedb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ docker_builder:
2626
# - INSTANCE: default-fedora-28-2017-7-py2
2727
# - INSTANCE: default-opensuse-leap-42-2017-7-py2
2828
bundle_install_script: bundle install
29-
verify_script: bin/kitchen verify ${INSTANCE}
29+
verify_script:
30+
- bin/kitchen verify ${INSTANCE}

0 commit comments

Comments
 (0)