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