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

WIP

parent 2fa42374
No related merge requests found
...@@ -98,14 +98,15 @@ include: ...@@ -98,14 +98,15 @@ include:
destroy: destroy:
stage: cleanup stage: cleanup
trigger: trigger:
include: /templates/destroy-pipeline.yml include:
- local: /templates/destroy-pipeline.yml
inputs:
version: $[[ inputs.version ]]
opentofu_version: $[[ inputs.opentofu_version ]]
image_registry_base: $[[ inputs.image_registry_base ]]
root_dir: $[[ inputs.root_dir ]]
state_name: $[[ inputs.state_name ]]
auto_destroy: $[[ inputs.auto_destroy ]]
strategy: depend strategy: depend
inputs:
version: $[[ inputs.version ]]
opentofu_version: $[[ inputs.opentofu_version ]]
image_registry_base: $[[ inputs.image_registry_base ]]
root_dir: $[[ inputs.root_dir ]]
state_name: $[[ inputs.state_name ]]
auto_destroy: $[[ inputs.auto_destroy ]]
rules: rules:
- when: manual - when: manual
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment