fix: gitlab webhook

This commit is contained in:
Andras Bacsai 2022-09-06 15:45:29 +02:00
parent 8182359fe4
commit fc705746c0

View File

@ -133,7 +133,7 @@ export async function gitLabEvents(request: FastifyRequest<GitLabEvents>) {
await prisma.build.create({
data: {
id: buildId,
pullmergeRequestId,
pullmergeRequestId: pullmergeRequestId.toString(),
sourceBranch,
applicationId: application.id,
destinationDockerId: application.destinationDocker.id,