trying to fix the user branch create
This commit is contained in:
parent
5d2daf75c0
commit
4539a85125
|
@ -102,9 +102,9 @@ func rillCheckoutUser(repo *gitpb.Repo) error {
|
||||||
// never do dirty repos
|
// never do dirty repos
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if repo.GetCurrentBranchName() == repo.GetDevelBranchName() {
|
if repo.GetCurrentBranchName() == repo.GetMasterBranchName() {
|
||||||
// repo is already on devel branch. have to move them there first for now
|
// repo is already on devel branch. have to move them there first for now
|
||||||
return rillCheckoutDevel(repo)
|
// return repo.CheckoutDevel()
|
||||||
}
|
}
|
||||||
if repo.GetCurrentBranchName() == repo.GetUserBranchName() {
|
if repo.GetCurrentBranchName() == repo.GetUserBranchName() {
|
||||||
// repo is already on user branch
|
// repo is already on user branch
|
||||||
|
|
Loading…
Reference in New Issue