Skip to content

Commit

Permalink
Merge pull request #43 from mojaloop/fix/pipeline-release
Browse files Browse the repository at this point in the history
ci: removed failing jobs from config.yml
  • Loading branch information
elijah0kello authored Sep 22, 2024
2 parents 02b3187 + cb0d420 commit b29da6a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,29 +302,6 @@ jobs:
command: |
git fetch origin
git checkout origin/${CIRCLE_BRANCH}
- run:
name: Format the changelog into the github release body and get release tag
command: |
source $(pwd)/.circleci/pipeline.sh
for dir in */; do
if [[ $dir == *-core-connector/ ]]; then
cd $dir
defaults_export_version_from_package
echo "Changes are: ${RELEASE_CHANGES}"
cd -
fi
done
- run:
name: Create Release
command: |
source $(pwd)/.circleci/pipeline.sh
for dir in */; do
if [[ $dir == *-core-connector/ ]]; then
cd $dir
gh release create "v${RELEASE_TAG}" --title "v${RELEASE_TAG} Release" --draft=false --notes "${RELEASE_CHANGES}" ./CHANGELOG.md
cd -
fi
done
- run:
<<: *defaults_export_version_from_package
- run:
Expand Down

0 comments on commit b29da6a

Please sign in to comment.