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

Merge branch 'fix-delete-state-job-prefix' into 'main'

Fix missing job prefix from `delete-state` jobs that add `needs` config

See merge request components/opentofu!163
parents 879b1970 73bb93a1
No related branches found
No related tags found
No related merge requests found
......@@ -193,5 +193,5 @@ include:
state_name: $[[ inputs.state_name ]]
# NOTE: we have to define this `needs` here, because inputs don't support arrays, yet.
delete-state:
$[[ inputs.job_name_prefix ]]delete-state:
needs: ['$[[ inputs.job_name_prefix ]]destroy']
......@@ -160,5 +160,5 @@ include:
state_name: $[[ inputs.state_name ]]
# NOTE: we have to define this `needs` here, because inputs don't support arrays, yet.
delete-state:
$[[ inputs.job_name_prefix ]]delete-state:
needs: ['$[[ inputs.job_name_prefix ]]destroy']
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