Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cacf3deb
Commit
cacf3deb
authored
Jan 06, 2021
by
John Long
Committed by
Amy Qualls
Jan 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misnamed GitLab file
Correct extension from 'yaml' to 'yml'.
parent
5a791545
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/user/infrastructure/mr_integration.md
doc/user/infrastructure/mr_integration.md
+4
-4
doc/user/project/releases/index.md
doc/user/project/releases/index.md
+1
-1
No files found.
doc/user/infrastructure/mr_integration.md
View file @
cacf3deb
...
...
@@ -72,10 +72,10 @@ To manually configure a GitLab Terraform Report artifact requires the following
terraform
:
$PLAN_JSON
```
For a full example using the pre-built image, see
[
Example `.gitlab-ci.y
a
ml`
file
](
#example-gitlab-ciy
a
ml-file
)
.
For a full example using the pre-built image, see
[
Example `.gitlab-ci.yml`
file
](
#example-gitlab-ciyml-file
)
.
For an example displaying multiple reports, see
[
`.gitlab-ci.y
a
ml` multiple reports file
](
#multiple-terraform-plan-reports
)
.
For an example displaying multiple reports, see
[
`.gitlab-ci.yml` multiple reports file
](
#multiple-terraform-plan-reports
)
.
1.
Running the pipeline displays the widget in the merge request, like this:
...
...
@@ -86,7 +86,7 @@ To manually configure a GitLab Terraform Report artifact requires the following
!
[
Terraform plan logs
](
img/terraform_plan_log_v13_0.png
)
### Example `.gitlab-ci.y
a
ml` file
### Example `.gitlab-ci.yml` file
```
yaml
default
:
...
...
doc/user/project/releases/index.md
View file @
cacf3deb
...
...
@@ -200,7 +200,7 @@ If the job that's executing is within a freeze period, GitLab CI/CD creates an e
variable named
`$CI_DEPLOY_FREEZE`
.
To prevent the deployment job from executing, create a
`rules`
entry in your
`gitlab-ci.y
a
ml`
, for example:
`gitlab-ci.yml`
, for example:
```
yaml
deploy_to_production
:
...
...
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