Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Terraform_ec2_instance
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rajat.kulkarni
Terraform_ec2_instance
Commits
cef0e9a9
Commit
cef0e9a9
authored
Oct 14, 2021
by
rajat.kulkarni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
1649c1f3
Pipeline
#23538
passed with stage
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
.gitlab-ci.yml
.gitlab-ci.yml
+18
-18
No files found.
.gitlab-ci.yml
View file @
cef0e9a9
...
@@ -27,8 +27,8 @@ cache:
...
@@ -27,8 +27,8 @@ cache:
stages
:
stages
:
-
deploy
-
provision
-
destroy
#
- destroy
...
@@ -44,10 +44,10 @@ stages:
...
@@ -44,10 +44,10 @@ stages:
# only:
# only:
# - master
# - master
deploy
:
provision
:
tags
:
tags
:
-
rr
-
rr
stage
:
deploy
stage
:
provision
script
:
script
:
-
terraform plan
-
terraform plan
-
touch aa.terraform
-
touch aa.terraform
...
@@ -72,17 +72,17 @@ deploy:
...
@@ -72,17 +72,17 @@ deploy:
# - master
# - master
destroy
:
# destroy:
tags
:
# tags:
-
rr
# - rr
stage
:
destroy
# stage: destroy
script
:
# script:
-
terraform init
# - terraform init
-
echo "Destroying resources"
# - echo "Destroying resources"
-
terraform destroy
# - terraform destroy
# dependencies:
# # dependencies:
# - plan
# # - plan
# - apply
# # - apply
#when: manual
# #when: manual
only
:
# only:
-
master
# - master
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment