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
We generate the list of branches to track by reading consul keys and generating the git2consul config using consul-template, the idea being that we can dynamically generate the branch list from our CI/CD. If for any reason the branch is missing, git2consul will exit. Would be good to have the option to have this as a warn and continue and not a fatal.
(repo name: ourrepo, branch name: non-such).
{"name":"git2consul","hostname":"6a69297818d3","pid":1879,"level":50,"msg":"Failed to create repos due to Failed to load repo config due to Error: Error: Command failed: /bin/sh -c git clone -b non-such [email protected]:Ouruser/ourrepo.git non-such\nCloning into 'non-such'...\nfatal: Remote
branch non-such not found in upstream origin\n Cloning into 'non-such'...\nfatal: Remote branch non-such not found in upstream origin","time":"2016-12-02T15:38:50.342Z","v":0}
The text was updated successfully, but these errors were encountered:
We generate the list of branches to track by reading consul keys and generating the git2consul config using consul-template, the idea being that we can dynamically generate the branch list from our CI/CD. If for any reason the branch is missing, git2consul will exit. Would be good to have the option to have this as a warn and continue and not a fatal.
(repo name: ourrepo, branch name: non-such).
The text was updated successfully, but these errors were encountered: