hydra-notify: use Hydra::Event
This commit is contained in:
parent
d311a0d002
commit
e572a5e576
|
@ -2,12 +2,13 @@
|
|||
|
||||
use strict;
|
||||
use utf8;
|
||||
use Getopt::Long;
|
||||
use Hydra::Event;
|
||||
use Hydra::Event::BuildFinished;
|
||||
use Hydra::Helper::AddBuilds;
|
||||
use Hydra::Helper::Nix;
|
||||
use Hydra::Plugin;
|
||||
use Hydra::PostgresListener;
|
||||
use Getopt::Long;
|
||||
|
||||
STDERR->autoflush(1);
|
||||
STDOUT->autoflush(1);
|
||||
|
|
Loading…
Reference in a new issue