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

Merge branch 'run-warn-job-in-base-tpl' into 'main'

Run warn job in base template

See merge request components/opentofu!25
parents d3154cae f87d1757
Branches
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