Commit 700efb57 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 6fe26442
Pipeline #23206 failed with stages
in 1 second
...@@ -27,6 +27,7 @@ install: ...@@ -27,6 +27,7 @@ install:
stage: install stage: install
script: script:
- curl -o terraform.zip https://releases.hashicorp.com/terraform/0.12.2/ - curl -o terraform.zip https://releases.hashicorp.com/terraform/0.12.2/
- cd ec2
only: only:
...@@ -37,7 +38,6 @@ build: ...@@ -37,7 +38,6 @@ build:
- rr - rr
stage: build stage: build
script: script:
commands:
- terraform init - terraform init
only: only:
- master - master
......
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