This is an automated email from the ASF dual-hosted git repository.

hequn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 09f1674  [FLINK-18655][flink-runtime] Set 
failOnUnableToExtractRepoInfo to false for git-commit-id-plugin (#12941)
09f1674 is described below

commit 09f1674cb3e6cb536a67f060cb882aae7e7a63bb
Author: Hequn Cheng <chenghe...@gmail.com>
AuthorDate: Sat Jul 25 00:16:42 2020 +0800

    [FLINK-18655][flink-runtime] Set failOnUnableToExtractRepoInfo to false for 
git-commit-id-plugin (#12941)
---
 flink-runtime/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index e0ebd9e..77591e6 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -503,6 +503,7 @@ under the License.
                                        
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
                                        <skipPoms>false</skipPoms>
                                        
<failOnNoGitDirectory>false</failOnNoGitDirectory>
+                                       
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
                                        <gitDescribe>
                                                <!-- Don't generate the 
describe property -->
                                                <!-- It is useless due to the 
way Flink does branches and tags -->

Reply via email to