Commit de9f3ac3 authored by Chris Merrett's avatar Chris Merrett

Bumped up the gitlab ci validation whilst I'm at it

parent 4e8654d1
Pipeline #4935 passed with stage
in 15 seconds
.DS_Store .DS_Store
.terraform/
image: alpine:latest image: alpine:latest
variables: variables:
TERRAFORM_URL: "https://releases.hashicorp.com/terraform/0.7.13/terraform_0.7.13_linux_amd64.zip" TERRAFORM_URL: "https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_linux_amd64.zip"
before_script: before_script:
- apk update && apk add ca-certificates && update-ca-certificates && apk add openssl - apk update && apk add ca-certificates && update-ca-certificates && apk add openssl
...@@ -9,4 +9,4 @@ before_script: ...@@ -9,4 +9,4 @@ before_script:
- unzip /tmp/terraform.zip -d /usr/local/bin - unzip /tmp/terraform.zip -d /usr/local/bin
test: test:
script: terraform validate script: terraform init && terraform validate -check-variables=false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment