diff --git a/server_apps.go b/server_apps.go index 9f5f0a6d1a1aff765fe70c6c07da71d577ab684d..2248d1924741f962bf90e39568958a652a33df3f 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 }