smartscaf/test/test_template/.smartscaf.yml

13 lines
246 B
YAML
Raw Normal View History

2018-10-04 14:04:42 +00:00
defaults:
templateVar1: from default yaml
templateVar2: this is another value from yml
templateObject.value1: wow
templateObject.value2: here
node_version: '10'
dependencies:
merge:
- ../test_template_2
2019-10-11 19:56:11 +00:00
runafter:
- npm install