mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove repository_url from notification template
Interpolation of %{repository_url} is currently broken on Travis CI.
This commit is contained in:
parent
4ec4aa1e48
commit
20d3e30eae
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ notifications:
|
|||
channels:
|
||||
- "irc.freenode.org#ruby-fog"
|
||||
template:
|
||||
- "%{repository_url} (%{commit}) : %{message} %{foo} "
|
||||
- "Build details: %{build_url}"
|
||||
- "[#%{build_number}] %{message} %{build_url}"
|
||||
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
||||
- "[#%{build_number}] %{compare_url}"
|
||||
on_success: always
|
||||
on_failure: always
|
||||
use_notice: false
|
||||
|
|
Loading…
Reference in a new issue