Skip to content

Commit

Permalink
LRP-4868 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Sep 9, 2024
1 parent 9d5adcc commit fc7c9d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions release/_publishing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ function add_fixed_issues_to_patcher_project_version {
IFS=',' fixed_issues="${fixed_issues_array[*]:start_index:fixed_issues_array_part_length}"

local update_fixed_issues_response=$(curl \
"https://patcher.liferay.com/api/jsonws/osb-patcher-portlet.project_versions/updateFixedIssues" \
--data-raw "fixedIssues=${fixed_issues}&patcherProjectVersionId=${1}" \
--max-time 10 \
--retry 3 \
--user "${LIFERAY_RELEASE_PATCHER_PORTAL_EMAIL_ADDRESS}:${LIFERAY_RELEASE_PATCHER_PORTAL_PASSWORD}")
"https://patcher.liferay.com/api/jsonws/osb-patcher-portlet.project_versions/updateFixedIssues" \
--data-raw "fixedIssues=${fixed_issues}&patcherProjectVersionId=${1}" \
--max-time 10 \
--retry 3 \
--user "${LIFERAY_RELEASE_PATCHER_PORTAL_EMAIL_ADDRESS}:${LIFERAY_RELEASE_PATCHER_PORTAL_PASSWORD}")

if [ $(echo "${update_fixed_issues_response}" | jq -r '.status') -eq 200 ]
then
Expand Down

0 comments on commit fc7c9d7

Please sign in to comment.