mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci(travis): quote ${INSTANCE}
when running kitchen verify
* https://github.com/saltstack-formulas/template-formula/pull/175#discussion_r332525964
This commit is contained in:
parent
9566b6fb63
commit
00d56a4dfc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ cache: bundler
|
|||
|
||||
## Script to run for the test stage
|
||||
script:
|
||||
- bin/kitchen verify ${INSTANCE}
|
||||
- bin/kitchen verify "${INSTANCE}"
|
||||
|
||||
## Stages and jobs matrix
|
||||
stages:
|
||||
|
|
Loading…
Add table
Reference in a new issue