Skip to content

Commit

Permalink
Fix build slack notification (#123)
Browse files Browse the repository at this point in the history
* Fix build slack notification
  • Loading branch information
goruha committed Nov 1, 2018
1 parent a722b93 commit e41065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/slack-notifier/build.env
Expand Up @@ -2,7 +2,7 @@ export SLACK_FALLBACK="${ACTION} ${NAME} version ${GIT_BRANCH}"

export SLACK_PRETEXT="${GIT_COMMIT_MESSAGE}"

export SLACK_TITLE="Build ${NAME} version ${GIT_BRANCH}"
export SLACK_TITLE="${ACTION} ${NAME} version ${GIT_BRANCH}"
export SLACK_TITLE_LINK="${BUILD_URL}"

export SLACK_FIELD1_TITLE=Repository
Expand Down

0 comments on commit e41065d

Please sign in to comment.