2017-04-19 01:37:39 +02:00
|
|
|
language: generic
|
2017-03-13 23:07:10 +01:00
|
|
|
|
2017-04-19 01:37:39 +02:00
|
|
|
# establish environment variables
|
2017-03-13 23:07:10 +01:00
|
|
|
env:
|
2017-04-19 01:37:39 +02:00
|
|
|
- TEST_DIR=examples/101-vm-simple-linux
|
2017-03-13 23:07:10 +01:00
|
|
|
|
2017-04-19 02:10:41 +02:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- /^(?i:topic)-.*$/
|
|
|
|
|
2017-04-19 01:37:39 +02:00
|
|
|
deploy:
|
|
|
|
- provider: script
|
|
|
|
skip_cleanup: true
|
2017-04-19 01:44:06 +02:00
|
|
|
script: cd $TEST_DIR && "./deploy.sh"
|
2017-04-19 17:46:54 +02:00
|
|
|
on:
|
|
|
|
repo: 10thmagnitude/terraform
|
|
|
|
branch: 101-vm-simple-linux
|
2017-04-24 16:23:15 +02:00
|
|
|
condition: false # re-enable when examples exist in master
|