Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README | LICENSE

commit b5f00f6764189626476352d9a1c719c74599eda1
parent 548e922354ca9aedf0659e75b45d5d38be45f596
Author: Arjoonn Sharma <arjoonn@midpathsoftware.com>
Date:   Fri, 22 May 2026 16:27:27 +0530

Friday 22 May 2026 04:27:27 PM IST

Diffstat:
Minternal/jci/server.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/jci/server.go b/internal/jci/server.go @@ -360,7 +360,7 @@ func (s *coordinationServer) handlePoll(w http.ResponseWriter, r *http.Request) // This prevents any single repo from monopolising the queue. var jobID, repoOwner, repoName, commitSHA string var allowDockerSocket int - err = s.db.QueryRow(` + err := s.db.QueryRow(` SELECT j.job_id, j.repo_owner, j.repo_name, j.commit_sha, j.allow_docker_socket FROM jobs j WHERE j.runner_id IS NULL