Skip to content

Commit

Permalink
Merge pull request #2090 from OpenRefine/issue-2088-shallow-clone
Browse files Browse the repository at this point in the history
Fix git commit info extraction to avoid build failures.
  • Loading branch information
wetneb committed Jul 20, 2019
2 parents 7f99546 + 5840b31 commit 6616d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<format>json</format>
<gitDescribe>
<skip>false</skip>
Expand Down

0 comments on commit 6616d01

Please sign in to comment.