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

Run warn job in base template

parent d3154cae
No related branches found
No related tags found
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:use-component-instead-of-template:
opentofu:use-component-instead-of-template:
stage: .pre
needs: []
allow_failure: true
......
......@@ -17,9 +17,6 @@ include:
stages: [validate, build, deploy]
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:use-component-instead-of-template:
opentofu:use-component-instead-of-template:
stage: .pre
needs: []
allow_failure: true
......
......@@ -5,9 +5,6 @@ stages: [validate, test, build, deploy, cleanup]
# Required to run everything immediately, instead of manually.
use-component-instead-of-template:
extends: .opentofu:use-component-instead-of-template
fmt:
extends: .opentofu:fmt
rules: [{when: always}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment