Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/foundation-2024' into release-33.x
Browse files Browse the repository at this point in the history
  • Loading branch information
opennms-bamboo committed Aug 12, 2024
2 parents 96a2925 + 2d99ea8 commit 52fc926
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/pyscripts/library/cci_components/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ def get_workflow_yaml(
self._common_library.create_space(leading_space + 4)
+ "post-steps:"
)
pr_number = os.environ.get("CIRCLE_PR_NUMBER")
if (not pr_number):
tmp_output.append(
self._common_library.create_space(leading_space + 6)
+ "- jira/notify"
)
# pr_number = os.environ.get("CIRCLE_PR_NUMBER")
# if (not pr_number):
# tmp_output.append(
# self._common_library.create_space(leading_space + 6)
# + "- jira/notify"
# )

return tmp_output

Expand Down

0 comments on commit 52fc926

Please sign in to comment.