Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 10, 2024
1 parent c749a1e commit 66aab8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ BD=$HOME/builds
BV=$1
LMD=.repo/local_manifests
BB=android-14.0.0_r61
token: ${{ secrets.IMBROGLIOTOKEN }}

initRepos() {
echo "--> Initializing workspace"
repo init -u https://android.googlesource.com/platform/manifest -b "$BB" --git-lfs
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs
echo

echo "--> Preparing local manifest"
Expand All @@ -42,7 +43,7 @@ syncRepos() {

clonePriv() {
echo "Import signing keys"
git clone https://imbroglius:"$IMBROGLIOTOKEN"@github.com/imbroglius/vendor_daniel-priv vendor/daniel-priv
git clone https://imbroglius:token@github.com/imbroglius/vendor_daniel-priv vendor/daniel-priv
}


Expand Down

0 comments on commit 66aab8f

Please sign in to comment.