changed tests from 0.13.4 to 1.1.3

merge-requests/2/merge
bom 2 years ago
parent 09139ba1b1
commit 73b8fb0707

@ -29,10 +29,10 @@ pylint:
- pylint -d C0301 python_terraform/*.py
test-0.13.4:
test-0.13.7:
stage: test
script:
- export TFVER=0.13.4
- export TFVER=0.13.7
- export TFURL=https://releases.hashicorp.com/terraform/
- TFURL+=$TFVER
- TFURL+="/terraform_"
@ -44,10 +44,10 @@ test-0.13.4:
- PATH=$PATH:$PWD/tf_bin
- pytest -v
test-0.13.7:
test-1.0.8:
stage: test
script:
- export TFVER=0.13.7
- export TFVER=1.0.8
- export TFURL=https://releases.hashicorp.com/terraform/
- TFURL+=$TFVER
- TFURL+="/terraform_"
@ -59,10 +59,10 @@ test-0.13.7:
- PATH=$PATH:$PWD/tf_bin
- pytest -v
test-1.0.8:
test-1.1.3:
stage: test
script:
- export TFVER=1.0.8
- export TFVER=1.1.3
- export TFURL=https://releases.hashicorp.com/terraform/
- TFURL+=$TFVER
- TFURL+="/terraform_"

Loading…
Cancel
Save