Revert "Merge pull request 'feat: add Gitea Actions CI for make check (closes #96)' (#98) from feat/ci-make-check into main"

This reverts commit f61d4d0f91, reversing
changes made to 06e8e66443.
This commit is contained in:
clawbot
2026-02-19 20:36:22 -08:00
parent f61d4d0f91
commit 728b29ef16
10 changed files with 35 additions and 61 deletions

View File

@@ -726,7 +726,6 @@ func (svc *Service) cleanupCancelledDeploy(
} else {
svc.log.Info("cleaned up build dir from cancelled deploy",
"app", app.Name, "path", dirPath)
_ = deployment.AppendLog(ctx, "Cleaned up build directory")
}
}