1
0
Fork 0
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:
Alexander Wenzowski 2012-08-16 17:34:28 -04:00
parent 4ec4aa1e48
commit 20d3e30eae

View file

@ -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