added directory to build matrix
This commit is contained in:
parent
4febc170b7
commit
b7f8ae542a
|
@ -21,7 +21,7 @@ before_deploy:
|
|||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: "./deploy.sh"
|
||||
script: cd $TEST_DIR && "./deploy.sh"
|
||||
on:
|
||||
repo: 10thmagnitude/terraform
|
||||
branch: 101-vm-simple-linux
|
||||
|
|
Loading…
Reference in New Issue