Compare commits

..

No commits in common. "master" and "v0.6.1" have entirely different histories.

2 changed files with 1 additions and 2 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.16']
for version in ['1.15', '1.16']
for arch in ['amd64' /*, 'arm64' */]
]) + [
{

View File

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