added directory to build matrix

This commit is contained in:
Scott Nowicki 2017-04-18 18:44:06 -05:00
parent 4febc170b7
commit b7f8ae542a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ before_deploy:
deploy: deploy:
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: "./deploy.sh" script: cd $TEST_DIR && "./deploy.sh"
on: on:
repo: 10thmagnitude/terraform repo: 10thmagnitude/terraform
branch: 101-vm-simple-linux branch: 101-vm-simple-linux