[ci] Release Notes are not generated and uploaded automatically

Fixes #1695

We need to call ruby via bundler to have all the installed gems available.
This commit is contained in:
Andreas Dangel 2019-02-25 20:12:45 +01:00
parent 65e59a4e52
commit 9e8fc3f4a2

View File

@ -115,7 +115,7 @@ elif travis_isPush; then
RELEASE_NOTES_TMP=$(mktemp -t)
.travis/render_release_notes.rb docs/pages/release_notes.md | tail -n +6 > "$RELEASE_NOTES_TMP"
bundle exec .travis/render_release_notes.rb docs/pages/release_notes.md | tail -n +6 > "$RELEASE_NOTES_TMP"
rsync -avh "$RELEASE_NOTES_TMP" ${PMD_SF_USER}@web.sourceforge.net:/home/frs/project/pmd/pmd/${VERSION}/ReadMe.md