Compare commits

...

2 Commits

Author SHA1 Message Date
elee
d94a6f262e change v 2022-03-04 21:00:45 -06:00
elee
2518c42f31 fixed 2022-03-04 04:12:00 -06:00
2 changed files with 2 additions and 1 deletions
.agola
internal/gitsources/gitlab

View File

@ -108,7 +108,7 @@ local task_build_push_images(name, target, push) =
[
task_build_go(version, arch),
]
for version in ['1.15', '1.16']
for version in ['1.16']
for arch in ['amd64' /*, 'arm64' */]
]) + [
{

View File

@ -314,6 +314,7 @@ func (c *Client) listUserRepos(fromOptions gitlab.ListProjectsOptions) ([]*gitso
}
if pageResp.TotalPages != 0 {
if pageResp.TotalPages >= pageResp.CurrentPage {
break
}
}
}