diff --git a/releasenotes/notes/fix-call-to-git-clone-action-d13942fc07e8e089.yaml b/releasenotes/notes/fix-call-to-git-clone-action-d13942fc07e8e089.yaml new file mode 100644 index 000000000..67070a417 --- /dev/null +++ b/releasenotes/notes/fix-call-to-git-clone-action-d13942fc07e8e089.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - Fixes `bug 1691740 `__ by + adding container argument to calls to tripleo.git.clone action in the + create_deployment_plan and update_deployment_plan workflows. diff --git a/workbooks/plan_management.yaml b/workbooks/plan_management.yaml index a88b7eccc..d6949aac1 100644 --- a/workbooks/plan_management.yaml +++ b/workbooks/plan_management.yaml @@ -103,7 +103,7 @@ workflows: - clone_git_repo: <% $.source_url != null %> clone_git_repo: - action: tripleo.git.clone url=<% $.source_url %> + action: tripleo.git.clone container=<% $.container %> url=<% $.source_url %> on-success: upload_templates_directory on-error: clone_git_repo_set_status_failed @@ -211,7 +211,7 @@ workflows: - clone_git_repo: <% $.source_url != null %> clone_git_repo: - action: tripleo.git.clone url=<% $.source_url %> + action: tripleo.git.clone container=%< $.container %> url=<% $.source_url %> on-success: upload_templates_directory on-error: clone_git_repo_set_status_failed