[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:
parent
65e59a4e52
commit
9e8fc3f4a2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user