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

Rename warning job

parent 87c0425c
Branches
Tags 0.1.0-alpha12
No related merge requests found
......@@ -24,7 +24,7 @@ variables:
# The name of the state file used by the GitLab Managed Terraform state backend
TF_STATE_NAME: default
.opentofu:suggest-component:
.opentofu:use-component-instead-of-template:
stage: validate
needs: []
allow_failure: true
......
......@@ -17,8 +17,8 @@ include:
stages: [validate, build, deploy]
suggest-component:
extends: .opentofu:suggest-component
use-component-instead-of-template:
extends: .opentofu:use-component-instead-of-template
fmt:
extends: .opentofu:fmt
......
......@@ -24,7 +24,7 @@ variables:
# The name of the state file used by the GitLab Managed Terraform state backend
TF_STATE_NAME: default
.opentofu:suggest-component:
.opentofu:use-component-instead-of-template:
stage: validate
needs: []
allow_failure: true
......
......@@ -5,8 +5,8 @@ stages: [validate, test, build, deploy, cleanup]
# Required to run everything immediately, instead of manually.
suggest-component:
extends: .opentofu:suggest-component
use-component-instead-of-template:
extends: .opentofu:use-component-instead-of-template
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