From 2820e3a476602663d42eb4de635aa5855986933e Mon Sep 17 00:00:00 2001 From: Timon <timon@diodes-delight.com> Date: Sat, 19 Apr 2025 21:30:45 +0000 Subject: [PATCH] Update file server_apps.go --- server_apps.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server_apps.go b/server_apps.go index 9f5f0a6..2248d19 100644 --- a/server_apps.go +++ b/server_apps.go @@ -424,6 +424,8 @@ func (s *server) getAppInfo(ctx context.Context, pathInRepo, repo string, slug * log.Printf("%s@%s: %v", repo, obj.Hash.String(), err) } } + // just get the latest commit + break if len(obj.ParentHashes) == 0 { break } -- GitLab