Skip to content

Commit

Permalink
PR url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jan 10, 2019
1 parent f911bed commit 69472a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/distribute_result.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EOF
COMMITS_INVOLVED=$(git log --oneline ${TRAVIS_COMMIT_RANGE})

MESSAGE=$(cat <<EOF
${RESULT_EMOJI} *Travis Build* [#${TRAVIS_BUILD_NUMBER}](https://travis-ci.org/${TRAVIS_URL}/builds/${TRAVIS_BUILD_ID}) *(${TRAVIS_EVENT_TYPE})*
${RESULT_EMOJI} *Travis Build* [#${TRAVIS_BUILD_NUMBER}](${TRAVIS_URL}/builds/${TRAVIS_BUILD_ID}) *(${TRAVIS_EVENT_TYPE})*
Commits:
\`${COMMITS_INVOLVED}\`
Expand Down

0 comments on commit 69472a1

Please sign in to comment.