Skip to content

Commit

Permalink
build.sh: Copy the ota.json to the builds directory after a successfu…
Browse files Browse the repository at this point in the history
…l build

Signed-off-by: xiaoleGun <[email protected]>
  • Loading branch information
xiaoleGun committed Mar 12, 2022
1 parent 0f6ced2 commit 338890a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ generateOtaJson() {
done
json="${json%?}]}"
echo "$json" | jq . > $BL/ota.json
cp -r $BL/ota.json $BD/ota.json
}
}

Expand Down

0 comments on commit 338890a

Please sign in to comment.