Skip to content
Snippets Groups Projects
Unverified Commit 6157792e authored by Timo Furrer's avatar Timo Furrer
Browse files

Rename warning job

parent 87c0425c
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ variables: ...@@ -24,7 +24,7 @@ variables:
# The name of the state file used by the GitLab Managed Terraform state backend # The name of the state file used by the GitLab Managed Terraform state backend
TF_STATE_NAME: default TF_STATE_NAME: default
.opentofu:suggest-component: .opentofu:use-component-instead-of-template:
stage: validate stage: validate
needs: [] needs: []
allow_failure: true allow_failure: true
......
...@@ -17,8 +17,8 @@ include: ...@@ -17,8 +17,8 @@ include:
stages: [validate, build, deploy] stages: [validate, build, deploy]
suggest-component: use-component-instead-of-template:
extends: .opentofu:suggest-component extends: .opentofu:use-component-instead-of-template
fmt: fmt:
extends: .opentofu:fmt extends: .opentofu:fmt
......
...@@ -24,7 +24,7 @@ variables: ...@@ -24,7 +24,7 @@ variables:
# The name of the state file used by the GitLab Managed Terraform state backend # The name of the state file used by the GitLab Managed Terraform state backend
TF_STATE_NAME: default TF_STATE_NAME: default
.opentofu:suggest-component: .opentofu:use-component-instead-of-template:
stage: validate stage: validate
needs: [] needs: []
allow_failure: true allow_failure: true
......
...@@ -5,8 +5,8 @@ stages: [validate, test, build, deploy, cleanup] ...@@ -5,8 +5,8 @@ stages: [validate, test, build, deploy, cleanup]
# Required to run everything immediately, instead of manually. # Required to run everything immediately, instead of manually.
suggest-component: use-component-instead-of-template:
extends: .opentofu:suggest-component extends: .opentofu:use-component-instead-of-template
fmt: fmt:
extends: .opentofu:fmt extends: .opentofu:fmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment