Re-format ci bot message
This commit is contained in:
parent
f1d7d71471
commit
cdf874c23e
1 changed files with 5 additions and 2 deletions
|
@ -27,8 +27,11 @@ fn main() {
|
||||||
client.send_privmsg(
|
client.send_privmsg(
|
||||||
"#commits",
|
"#commits",
|
||||||
format!(
|
format!(
|
||||||
"Hello from Travis CI! {}/{} {}: {}",
|
"[{}/{}] ({}) {}",
|
||||||
repository_slug, branch, commit, commit_message
|
repository_slug,
|
||||||
|
branch,
|
||||||
|
&commit[..7],
|
||||||
|
commit_message
|
||||||
),
|
),
|
||||||
)?;
|
)?;
|
||||||
client.send_quit("QUIT")?;
|
client.send_quit("QUIT")?;
|
||||||
|
|
Loading…
Reference in a new issue