devopsctl / devopsctl/gitlabctl
Fix ci build
- Langage dominant
- Go
- Étoiles
- 42
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
CI build is currently failing with the following error:
```txt
cmd/flags_assigners.go:162:7: opts.PublicJobs undefined (type *gitlab.CreateProjectOptions has no field or method PublicJobs)
cmd/helpers.go:231:6: v.Email undefined (type *gitlab.GroupMember has no field or method Email)
```
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start by reading cmd/flags_assigners.go around line 162 and cmd/helpers.go around line 231, then run the CI build to reproduce the reported Go compiler errors. Check how the GitLab client types are used in those locations and update the affected references so the build completes without these errors.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- gitlab, go
- Domaine
- build-system, cli
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100