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

Commit 33ab509d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix finalization script to upload abi prebuilts." am: 3b12fe1c am:...

Merge "Fix finalization script to upload abi prebuilts." am: 3b12fe1c am: a8be9091 am: 740871d5

Original change: https://android-review.googlesource.com/c/platform/build/+/2324032



Change-Id: I65fea404b95c3c56bcca87c695b83826e45dce10
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 992533c4 740871d5
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'
}