diff --git a/backports/.Base.latest.gitlab-ci.yml b/backports/.Base.latest.gitlab-ci.yml index 32e12147c0ceb2dc9538a9ff7fea2158a83ca54d..70d7a0ec7e6ef5e175674ae16860799fcafd9f92 100644 --- a/backports/.Base.latest.gitlab-ci.yml +++ b/backports/.Base.latest.gitlab-ci.yml @@ -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 diff --git a/backports/OpenTofu.latest.gitlab-ci.yml b/backports/OpenTofu.latest.gitlab-ci.yml index 6448a436d8788b9f0584da12c891ecf8781e8067..7932b2801bb709dcc6f40fcaf531073db3e87e9e 100644 --- a/backports/OpenTofu.latest.gitlab-ci.yml +++ b/backports/OpenTofu.latest.gitlab-ci.yml @@ -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 diff --git a/backports/OpenTofu/Base.latest.gitlab-ci.yml b/backports/OpenTofu/Base.latest.gitlab-ci.yml index 88f02bc16c02ec4a79f30883a19ebd996e6a358e..2672ebe12c9d56d7f83960b184300455b427f8f1 100644 --- a/backports/OpenTofu/Base.latest.gitlab-ci.yml +++ b/backports/OpenTofu/Base.latest.gitlab-ci.yml @@ -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 diff --git a/tests/integration-tests/BackportTemplates.gitlab-ci.yml b/tests/integration-tests/BackportTemplates.gitlab-ci.yml index dcda86beaa97d98db1944b4b6312c3ccbcd02b91..96ae6de1bad12b4429ef9ade191f83e0960ae53a 100644 --- a/tests/integration-tests/BackportTemplates.gitlab-ci.yml +++ b/tests/integration-tests/BackportTemplates.gitlab-ci.yml @@ -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}]