changed tests from 0.13.4 to 1.1.3
This commit is contained in:
parent
09139ba1b1
commit
73b8fb0707
1 changed files with 15 additions and 15 deletions
|
@ -29,21 +29,6 @@ pylint:
|
|||
- pylint -d C0301 python_terraform/*.py
|
||||
|
||||
|
||||
test-0.13.4:
|
||||
stage: test
|
||||
script:
|
||||
- export TFVER=0.13.4
|
||||
- export TFURL=https://releases.hashicorp.com/terraform/
|
||||
- TFURL+=$TFVER
|
||||
- TFURL+="/terraform_"
|
||||
- TFURL+=$TFVER
|
||||
- TFURL+="_linux_amd64.zip"
|
||||
- wget $TFURL -O terraform_bin.zip
|
||||
- mkdir tf_bin
|
||||
- unzip terraform_bin.zip -d tf_bin
|
||||
- PATH=$PATH:$PWD/tf_bin
|
||||
- pytest -v
|
||||
|
||||
test-0.13.7:
|
||||
stage: test
|
||||
script:
|
||||
|
@ -73,3 +58,18 @@ test-1.0.8:
|
|||
- unzip terraform_bin.zip -d tf_bin
|
||||
- PATH=$PATH:$PWD/tf_bin
|
||||
- pytest -v
|
||||
|
||||
test-1.1.3:
|
||||
stage: test
|
||||
script:
|
||||
- export TFVER=1.1.3
|
||||
- export TFURL=https://releases.hashicorp.com/terraform/
|
||||
- TFURL+=$TFVER
|
||||
- TFURL+="/terraform_"
|
||||
- TFURL+=$TFVER
|
||||
- TFURL+="_linux_amd64.zip"
|
||||
- wget $TFURL -O terraform_bin.zip
|
||||
- mkdir tf_bin
|
||||
- unzip terraform_bin.zip -d tf_bin
|
||||
- PATH=$PATH:$PWD/tf_bin
|
||||
- pytest -v
|
||||
|
|
Loading…
Reference in a new issue