Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-07 21:10:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-07 21:10:39 +0300
commit7b61371e55a79bffecceb80221a8a41e34fb9559 (patch)
tree0eb73bc36ca5b2b74b314a54fe41690ee3539833 /lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
parent255fcf9df95e1ad5d8a93e8538aed5a152970187 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml b/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
index a9f6fd88d0b..3e7fa579595 100644
--- a/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
@@ -16,6 +16,9 @@ stages:
init:
extends: .terraform:init
+fmt:
+ extends: .terraform:fmt
+
validate:
extends: .terraform:validate