python-terraform-3 Refactor readme and how default value being passed
only build on develop and master or release
This commit is contained in:
parent
1f99b2e0bf
commit
ae270927ae
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ script:
|
||||||
- "export PATH=$PATH:$PWD/tf_bin"
|
- "export PATH=$PATH:$PWD/tf_bin"
|
||||||
- tox
|
- tox
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
# test pypi
|
# test pypi
|
||||||
- provider: pypi
|
- provider: pypi
|
||||||
|
|
Loading…
Reference in a new issue