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

WIP

parent 2fa42374
Branches
No related tags found
No related merge requests found
......@@ -98,14 +98,15 @@ include:
destroy:
stage: cleanup
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
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:
- when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment