Skip to content

Commit ee8bc8b

Browse files
committed
amtool: print the whole sha after 'Successfully pushed '
... as `git fetch` requires the whole thing whenever the patch isn't already available on a branch locally.
1 parent 4fb85d2 commit ee8bc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple-ci/amtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def main():
328328
pass
329329

330330
# Save the commit sha so that we can include it in the output message.
331-
merge_commit = git('rev-parse', '--short', 'HEAD')
331+
merge_commit = git('rev-parse', 'HEAD')
332332

333333
# Perform the push.
334334
merge_id = MergeId(content)

0 commit comments

Comments
 (0)