Loading build-community.sh +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ for branch in ${BRANCH_NAME//,/ }; do echo ">> [$(date)] Branch name $branch is a tag on e/os/releases, prefix with refs/tags/ for 'repo init'" TAG_PREFIX="refs/tags/" fi echo "repo init -u $REPO -b ${TAG_PREFIX}$branch" yes | repo init -u "$REPO" -b "${TAG_PREFIX}$branch" &>>"$repo_log" fi Loading Loading
build-community.sh +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ for branch in ${BRANCH_NAME//,/ }; do echo ">> [$(date)] Branch name $branch is a tag on e/os/releases, prefix with refs/tags/ for 'repo init'" TAG_PREFIX="refs/tags/" fi echo "repo init -u $REPO -b ${TAG_PREFIX}$branch" yes | repo init -u "$REPO" -b "${TAG_PREFIX}$branch" &>>"$repo_log" fi Loading