This commit is contained in:
Andras Bacsai
2022-11-30 15:50:45 +01:00
parent 850d57d0d2
commit 9d3ed85ffd
2 changed files with 3 additions and 3 deletions

View File

@@ -667,7 +667,7 @@ export async function buildImage({
const { status } = await prisma.build.findUnique({ where: { id: buildId } })
if (status === 'canceled') {
throw new Error('Deployment | Canceled!!!')
throw new Error('Deployment | Canceled.')
}
if (isCache) {
await saveBuildLog({ line: `Cache | Successful! 🎉`, buildId, applicationId });