Skip to content

Commit

Permalink
Add comment about travis inability to use multi-line release body
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed May 16, 2019
1 parent a73e44e commit c838af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ Version Information:
[Travis Build Logfile]($TRAVIS_BUILD_WEB_URL)
EOF
# Travis cannot handle a multi-line release body,
# see https://github.com/travis-ci/dpl/issues/155
# so remove those newlines again
tr -d '\n' < "$RELEASE_BODY" > "$RELEASE_BODY".1 && mv "$RELEASE_BODY".1 "$RELEASE_BODY"
fi

Expand Down

0 comments on commit c838af2

Please sign in to comment.