Ignore 'git checkout' failure within portzap-clone
This commit is contained in:
parent
48bd6c6047
commit
61df681f32
1 changed files with 2 additions and 1 deletions
|
@ -46,5 +46,6 @@ gitexec "clone ${giturl} ${gitdir}"
|
|||
cd "${gitdir}"
|
||||
gitexec "config core.filemode off"
|
||||
set +x
|
||||
gitexec "checkout -t origin/${branch}"
|
||||
set +e
|
||||
gitexec "checkout -t origin/${branch} > /dev/null 2>&1"
|
||||
printok "clone complete"
|
||||
|
|
Loading…
Reference in a new issue