mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
removed branch restrictions on deploy
This commit is contained in:
parent
601735b873
commit
bbdb2cef53
@ -15,6 +15,9 @@ branches:
|
|||||||
- master
|
- master
|
||||||
- /^(?i:topic)-.*$/
|
- /^(?i:topic)-.*$/
|
||||||
|
|
||||||
|
|
||||||
|
##todo: switch to before_script and script
|
||||||
|
|
||||||
# install terraform
|
# install terraform
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- curl -fSL "https://releases.hashicorp.com/terraform/0.9.3/terraform_0.9.3_linux_amd64.zip" -o terraform.zip
|
- curl -fSL "https://releases.hashicorp.com/terraform/0.9.3/terraform_0.9.3_linux_amd64.zip" -o terraform.zip
|
||||||
@ -27,6 +30,3 @@ deploy:
|
|||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: cd $TEST_DIR && "./deploy.sh"
|
script: cd $TEST_DIR && "./deploy.sh"
|
||||||
on:
|
|
||||||
repo: 10thmagnitude/terraform
|
|
||||||
branch: 101-vm-simple-linux
|
|
||||||
|
Loading…
Reference in New Issue
Block a user