|
@@ -14,9 +14,8 @@ notifications:
|
|
|
irc: "chat.freenode.net#pressecitron"
|
|
|
template:
|
|
|
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
|
|
- - "Change view : %{compare_url}"
|
|
|
- - "Build details : %{build_url}"
|
|
|
- use_notice: true
|
|
|
+ - "%{commit_subject}"
|
|
|
+ - "Change view : %{compare_url} - Build details : %{build_url}"
|
|
|
script:
|
|
|
- ./build.sh
|
|
|
- ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03
|