Fix build
This commit is contained in:
parent
212bff2872
commit
17a5260abb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ rm -r "$LATESTS_DIR"
|
||||||
mkdir "$LATESTS_DIR"
|
mkdir "$LATESTS_DIR"
|
||||||
cd "${GIT_DIR}"
|
cd "${GIT_DIR}"
|
||||||
|
|
||||||
git branch -r | while read i
|
git branch -r | grep origin | while read i
|
||||||
do
|
do
|
||||||
cd "${GIT_DIR}"
|
cd "${GIT_DIR}"
|
||||||
ch=$(expr index "$i" ">")
|
ch=$(expr index "$i" ">")
|
||||||
|
|
Loading…
Reference in a new issue