Skip to content

Commit

Permalink
Merge pull request #1424 from ChildMindInstitute/M2-6599-Run-migrations
Browse files Browse the repository at this point in the history
M2 6599 run migrations
  • Loading branch information
yatrashkevich-scn authored Jun 19, 2024
2 parents 4e4c9ce + e359d3a commit 02ca600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [ "${GITHUB_BRANCH_OR_TAG}" != "develop" ]; then
echo "Skipping saving Jira ticket numbers to a file because the branch is not develop"
else
file="${OUT_DIR}/jira-tickets.json"
file="jira-tickets.json"
echo "{ \"issues\": $(echo "${tickets}" | jq -R -s -c 'split(" ")[:-1]') }" > "${file}"
echo "Jira ticket numbers saved to ${file}"
fi
Expand Down

0 comments on commit 02ca600

Please sign in to comment.