Remove incomplete support for GitlabHook::Build
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4bbb3f8994
commit
4e330adb6b
1 changed files with 0 additions and 4 deletions
|
@ -130,10 +130,6 @@ pub fn format_hook(hook: &Hook) -> Option<String> {
|
|||
unreachable!()
|
||||
}
|
||||
} /*
|
||||
Hook::Build(build) => {
|
||||
println!("Build: {:?}", build);
|
||||
return None;
|
||||
}
|
||||
Hook::WikiPage(page) => {
|
||||
let action = match page.object_attributes.action {
|
||||
WikiPageAction::Update => "updated",
|
||||
|
|
Loading…
Reference in a new issue