You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/23 01:24:54 UTC

[GitHub] [beam] alanmyrvold commented on a change in pull request #14038: [BEAM-11796] Fix website build

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:
users@infra.apache.org