Match URIs that don't end in .git

Co-authored-by: Charlotte <lotte@chir.rs>
This commit is contained in:
Sandro 2022-07-01 22:21:32 +02:00 committed by GitHub
parent 750978a192
commit a81c6a3a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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