clone: echo more debug output
This commit is contained in:
parent
5d600a478a
commit
3c674ef7d5
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,6 @@ set -x
|
||||||
gitexec "clone ${giturl} ${gitdir}"
|
gitexec "clone ${giturl} ${gitdir}"
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
gitexec "config core.filemode off"
|
gitexec "config core.filemode off"
|
||||||
|
gitexec "checkout -t origin/${branch}"
|
||||||
set +x
|
set +x
|
||||||
echo "[-] git checkout ${branch}"
|
|
||||||
gitexec "checkout -t origin/${branch} > /dev/null 2>&1"
|
|
||||||
echo "[-] Done"
|
echo "[-] Done"
|
||||||
|
|
Loading…
Reference in a new issue