Skip to content

Commit 0c63e5d

Browse files
Hall Liuandroid-build-merger
authored andcommitted
Merge "Stop enforcing the AOSP preupload hook" am: 24a1d3d am: 3ccd8c1
am: e9613f0 Change-Id: I21707439f41ca0b37e7634ddab1b1f0a26362f54
2 parents 15e7dab + e9613f0 commit 0c63e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/aosp_tag_preupload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main():
4545
_check_aosp_message(commit_line)
4646

4747
print(ERROR_MESSAGE)
48-
sys.exit(1)
48+
sys.exit(0)
4949

5050
def _is_in_aosp():
5151
branch_info = subprocess.check_output(["git", "branch", "-vv"])
@@ -59,7 +59,7 @@ def _check_aosp_message(aosp_line):
5959
sys.exit(0)
6060

6161
print(ERROR_MESSAGE)
62-
sys.exit(1)
62+
sys.exit(0)
6363

6464
if __name__ == '__main__':
6565
main()

0 commit comments

Comments
 (0)