Commit 1a88808c authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent fe0cb1d6
Pipeline #23256 failed with stages
in 2 seconds
......@@ -4,14 +4,13 @@
# This specific template is located at:
#https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
default:
image:
name: hashicorp/terraform:latest
entrypoint:
- /usr/bin/env
- "PATH=C:/Users/rajat.kulkarni/.docker"
#default:
# image:
## entrypoint:
# - /usr/bin/env
# - "PATH=C:/Users/rajat.kulkarni/.docker"
#image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
variables:
TF_VAR_ACCESS_KEY: ${AWS_ACCESS_KEY_ID}
......@@ -35,8 +34,9 @@ install:
- rr
stage: install
script:
- curl -o terraform.zip https://releases.hashicorp.com/terraform/0.12.2/
- sudo yum install -y yum-utils
- wget https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip
- Sudo yum install unzip
- terraform_0.11.14_linux_amd64.zip
......
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