Commit 4e44752e authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent a594abb8
Pipeline #23406 failed with stages
in 6 seconds
......@@ -4,6 +4,7 @@ image:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
#image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
......@@ -58,7 +59,7 @@ build:
- rr
stage: build
script:
- terraform init -var=$stage.tfvars
- terraform init -auto-approve -var-file=stage/${ENVIRONMENT}.tfvars
only:
- 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