You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Description
glab ci run defaults to master instead of auto-detecting the CI_DEFAULT_BRANCH from gitlab.
Expected Behavior vs Actual Behavior
glab ci run - with default main branch, it executes a pipeline
actual behavior is that it returns a 400 reference not found error
Possible Fix
GET /projects/:id | yq .default_branch
Steps to Reproduce
Set main as default branch for project
Run glab ci run