Skip to content

Commit

Permalink
Merge "SF bootstrap-tenant command - fix the base pre-run playbook fo…
Browse files Browse the repository at this point in the history
…r container based job (wrong condition check)"
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Oct 8, 2024
2 parents 4e3d35f + 6e4e6b9 commit 4c544df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ pipeline to receive an initial +/-1 Verified vote.`,
getAnsibleIncludeRole("remove-zuul-sshkey"),
},
"run_once": true,
"when": "ansible_connection != 'kubectl'",
"when": "ansible_connection == 'kubectl'",
},
{
"import_role": map[string]string{
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ All notable changes to this project will be documented in this file.
The HTTP input is deprecated and support for it will be removed at a later point.

### Fixed

SF bootstrap-tenant command - fix the base pre-run playbook for container based job (wrong condition check)

### Security

## [v0.0.43] - 2024-09-20
Expand Down

0 comments on commit 4c544df

Please sign in to comment.