mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
fix(ci): Disable e-mail notifications
This commit is contained in:
parent
b3df50082a
commit
7dedcf6526
1 changed files with 1 additions and 1 deletions
|
@ -114,10 +114,10 @@ script:
|
||||||
done
|
done
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
email: false
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#polybar"
|
- "irc.freenode.org#polybar"
|
||||||
template:
|
template:
|
||||||
- "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}"
|
- "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}"
|
||||||
- "Build #%{build_number}: %{result} // Compare at %{compare_url}"
|
- "Build #%{build_number}: %{result} // Compare at %{compare_url}"
|
||||||
skip_join: true
|
|
||||||
|
|
Loading…
Reference in a new issue