alanmyrvold commented on a change in pull request #14038:
URL: https://github.com/apache/beam/pull/14038#discussion_r580708510



##########
File path: website/build.gradle
##########
@@ -269,9 +269,10 @@ task commitWebsite {
 
     def git = grgit.open(currentDir: project.rootDir)
     // get the latest commit on master
-    def latestCommit = grgit.log(maxCommits: 1)[0].abbreviatedId

Review comment:
       The abbreviatedId is the short sha-1 hash of a commit, and id is the 
full 40-char sha1 hash. I don't think this change helped, so I reverted the 
change.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to