Actions
Bug #7509
closedrudder-dev doesn't create local branches anymore: 'origin/v2.11' does not exist
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
$ rudder-dev 7497 Looking for Redmine ticket #7497... Done * Found Bug #7497: Use -i flag to technique-files for "root" test on branch 2.11 * Target: 2.11 * URL: https://www.rudder-project.org/redmine/issues/7497 Local branch doesn't exist, fetching from origin $ git fetch origin Creating local branch $ git branch --track v2.11 origin/v2.11 error: the requested upstream branch 'origin/v2.11' does not exist
There should not be a "v" here, it's just 2.11. And actually, it's "origin/branches/rudder/2.11", not just "origin/2.11".
Actions