Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 215dd01a authored by Jackeagle's avatar Jackeagle Committed by Jackeagle
Browse files

build-community: Show full repo init command

parent b5a6cdf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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