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

Update .gitlab-ci.yml file

parent 9e62801b
No related branches found
No related tags found
1 merge request!6Add CD feature to the repo
Pipeline #7867 failed with stages
in 7 seconds
...@@ -28,6 +28,7 @@ build_packer: ...@@ -28,6 +28,7 @@ build_packer:
tags: [build] tags: [build]
script: script:
- terraform --version - terraform --version
- terraform apply
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. 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