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

Commit ce635967 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Fix finalization script to upload abi prebuilts.

Bug: 243966946
Test: run locally
Change-Id: I160f822e120172fb64a8ae82a5ab8801f3d3f057
parent 187a6be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ function commit_changes() {
            repo start fina-step1 ;
            git add -A . ;
            git commit -m FINALIZATION_STEP_1_SCRIPT_COMMIT -m WILL_BE_AUTOMATICALLY_REVERTED ;
            repo upload --cbr --no-verify -t -y . ;
            repo upload --cbr --no-verify -o nokeycheck -t -y . ;
            git clean -fdx ; git reset --hard ;
        fi'
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ function commit_changes() {
            repo start fina-step1 ;
            git add -A . ;
            git commit -m FINALIZATION_STEP_2_SCRIPT_COMMIT -m WILL_BE_AUTOMATICALLY_REVERTED ;
            repo upload --cbr --no-verify -t -y . ;
            repo upload --cbr --no-verify -o nokeycheck -t -y . ;
            git clean -fdx ; git reset --hard ;
        fi'
}