Skip to content

Commit

Permalink
RESET ME: debug jira_release_id command
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Jun 20, 2024
1 parent 3489c47 commit 67cb86f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ runs:
JIRA_RELEASE_NAME=""
JIRA_PROJECT_ID="${{ inputs.jira_project_id }}"
JIRA_RELEASE_RELEASED="false"
JIRA_RELEASE_ID="$(git log |grep -E "^\s+Centreon.*#[0-9]{5,}#)" |grep -Eo "([0-9]{5,})" |head -n 1)"
#JIRA_RELEASE_ID="$(git log |grep -E "^\s+Centreon.*#[0-9]{5,}#)" |grep -Eo "([0-9]{5,})" |head -n 1)"
git log |grep -E "^\s+Centreon.*#[0-9]{5,}#)" |grep -Eo "([0-9]{5,})" |head -n 1
# Create JIRA version for each released component
echo "Creating JIRA releases."
Expand Down

0 comments on commit 67cb86f

Please sign in to comment.