Fails when onboardingBranch does not exist #8065
Unanswered
sklemmer
asked this question in
Request Help
Replies: 1 comment 5 replies
-
I've converted this to a discussion as you've left out far too much information for us to be able to answer, and "See logs" is not an appropriate answer for how to reproduce. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Renovate type, platform and version are you using?
self-hosted Renovate 23.100.5 as Kubernetes Cron job with Gitlab
Describe the bug
Renovate seems to fail when the onboarding Branch does not exist.
Furthermore it deletes orphaned branches, which happens to be the onboarding Branch
Relevant debug logs
To Reproduce
=> should result in a branch
renovate-config
and the creation of renovate.jsonNote: we delete branches once they have been merged so renovate-config gets deleted
=> results in error, see the message from the first run
=> will delete orphan branch but runs successfully, see message from the second run
=> error appears again because onboarding branch does not exist and the commands fail
Additional context
Setting
"pruneStaleBranches": "false",
will not remove those Branches and everything works as expectedBeta Was this translation helpful? Give feedback.
All reactions