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
I used the instructions as provided in the readme, but on first run, my project failed.
It was caused by the pipeline definition using master as the default branch, instead of main
'Hello Containers' on GitLab has a main branch only:
I used the instructions as provided in the readme, but on first run, my project failed.
It was caused by the pipeline definition using
master
as the default branch, instead ofmain
'Hello Containers' on GitLab has a main branch only:
I would suggest to change the config in
.tekton/ci/ci-pipeline.yml
and
.tekton/ci/ci-listener.yml
to
main
The text was updated successfully, but these errors were encountered: