return clone error

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
pull/3935/head
Somtochi Onyekwere 2 years ago
parent 4e9bfcedbd
commit c44f116207

@ -318,6 +318,9 @@ func getRepository(repoURL, branchName string, overrideBranch bool, password str
Branch: checkoutBranch,
},
})
if err != nil {
return nil, "", err
}
err = c.SwitchBranch(context.Background(), branchName)
if err != nil {

Loading…
Cancel
Save