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

Update .gitlab-ci.yml file

parent e42c739f
No related branches found
No related tags found
1 merge request!6Add CD feature to the repo
Pipeline #7868 passed with stages
in 1 minute and 20 seconds
...@@ -28,7 +28,7 @@ build_packer: ...@@ -28,7 +28,7 @@ build_packer:
tags: [build] tags: [build]
script: script:
- terraform --version - terraform --version
- terraform apply - terraform init
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