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

Fix auto destroy input in full pipeline

Closes #8
parent c14130c0
No related branches found
Tags 0.12.0
No related merge requests found
...@@ -103,7 +103,7 @@ include: ...@@ -103,7 +103,7 @@ include:
image_registry_base: $[[ inputs.image_registry_base ]] image_registry_base: $[[ inputs.image_registry_base ]]
root_dir: $[[ inputs.root_dir ]] root_dir: $[[ inputs.root_dir ]]
state_name: $[[ inputs.state_name ]] state_name: $[[ inputs.state_name ]]
auto_destroy: $[[ inputs.auto_apply ]] auto_destroy: $[[ inputs.auto_destroy ]]
- local: '/templates/delete-state.yml' - local: '/templates/delete-state.yml'
inputs: inputs:
as: 'delete-state' as: 'delete-state'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment