Commit edc0b84c authored by Adrian Horrocks's avatar Adrian Horrocks

fixing gitlab.ci CI file

parent b6cfe544
Pipeline #3798 failed with stage
in 11 seconds
image: alpine:latest
variables:
TERRAFORM_URL: "https://releases.hashicorp.com/terraform/0.7.1/terraform_0.7.1_linux_amd64.zip"
TERRAFORM_URL: "https://releases.hashicorp.com/terraform/0.11.3/terraform_0.11.3_linux_amd64.zip"
before_script:
- apk update && apk add ca-certificates && update-ca-certificates && apk add openssl
- wget -O /tmp/terraform.zip $TERRAFORM_URL
- unzip /tmp/terraform.zip -d /usr/local/bin
- unzip /tmp/terraform.zip -d /usr/local/bin
test:
script: terraform validate
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