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 image: alpine:latest
variables: 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: 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
......
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