use HYDRA_DATA/hydra.conf as default location for hydra.conf
This commit is contained in:
@ -23,8 +23,7 @@ STDOUT->autoflush();
|
||||
my $db = openHydraDB;
|
||||
|
||||
|
||||
my %config = new Config::General($ENV{"HYDRA_CONFIG"})->getall;
|
||||
|
||||
my %config = new Config::General(getHydraConf)->getall;
|
||||
|
||||
sub sendTwitterNotification {
|
||||
my ($build) = @_;
|
||||
|
@ -18,7 +18,7 @@ use Data::Dump qw(dump);
|
||||
STDOUT->autoflush();
|
||||
|
||||
my $db = openHydraDB;
|
||||
my %config = new Config::General($ENV{"HYDRA_CONFIG"})->getall;
|
||||
my %config = new Config::General(getHydraConf)->getall;
|
||||
|
||||
|
||||
sub fetchInputs {
|
||||
|
Reference in New Issue
Block a user