Add gitea push hook #6

Merged
delroth merged 3 commits from snaakey/hydra:main into main 2024-08-26 18:47:40 +00:00
Showing only changes of commit 64df0cba47 - Show all commits

View file

@ -292,6 +292,7 @@ sub push_gitea : Chained('api') PathPart('push-gitea') Args(0) {
my $in = $c->request->{data};
my $url = $in->{repository}->{clone_url} or die;
$url =~ s/.git$//;
print STDERR "got push from Gitea repository $url\n";
triggerJobset($self, $c, $_, 0) foreach $c->model('DB::Jobsets')->search(