yaml:
---
hooks:
AfterInstall:
- location: /Users/derekmorgan/src/deploy-plugin/afterinstall.sh
timeout: 2
- location: /Users/derekmorgan/src/deploy-plugin/afterinstall.sh
timeout: 2
files:
- source: ./my-file.txt
destination: /temp
lua:
tprint(require('yaml').eval(s), 1)
hooks:
AfterInstall:
1:
location: /Users/derekmorgan/src/deploy-plugin/afterinstall.sh
timeout: 2
2:
location: /Users/derekmorgan/src/deploy-plugin/afterinstall.sh
timeout: 2
yaml:
lua: