Skip to content
Snippets Groups Projects
Commit dc68858a authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Update .gitlab-ci.yml file

parent 09dbd01a
No related branches found
No related tags found
1 merge request!6Add CD feature to the repo
Pipeline #7869 failed with stages
in 8 seconds
......@@ -29,6 +29,7 @@ build_packer:
script:
- terraform --version
- terraform init
- terraform apply
unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment