Merge pull request #1361 from Ma27/fix-gitea-test

flake: fix gitea integration test
This commit is contained in:
ajs124
2024-03-08 15:28:07 +01:00
committed by GitHub
2 changed files with 6 additions and 14 deletions

View File

@ -88,10 +88,6 @@ sub buildQueued {
common(@_, [], 0);
}
sub buildStarted {
common(@_, [], 1);
}
sub buildFinished {
common(@_, 2);
}