added directory to build matrix
This commit is contained in:
parent
4febc170b7
commit
b7f8ae542a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue