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

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new bbc4b4cf39b [improve][build] Support git worktree working directory 
while building docker images (#22851)
bbc4b4cf39b is described below

commit bbc4b4cf39b205bd4d7474eec6b8f76d47979fde
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Thu Jun 6 00:41:15 2024 +0300

    [improve][build] Support git worktree working directory while building 
docker images (#22851)
    
    (cherry picked from commit c23e677ae8c53c192053a7a24f73ede9cb913e50)
---
 docker/pulsar-all/pom.xml | 2 +-
 docker/pulsar/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/pulsar-all/pom.xml b/docker/pulsar-all/pom.xml
index 5e4bf8a17f4..67ec2261230 100644
--- a/docker/pulsar-all/pom.xml
+++ b/docker/pulsar-all/pom.xml
@@ -70,7 +70,7 @@
       <id>git-commit-id-no-git</id>
       <activation>
         <file>
-          <missing>${basedir}/../../.git/index</missing>
+          <missing>${basedir}/../../.git</missing>
         </file>
       </activation>
       <properties>
diff --git a/docker/pulsar/pom.xml b/docker/pulsar/pom.xml
index 78f8d7fe292..80d7e90dbc6 100644
--- a/docker/pulsar/pom.xml
+++ b/docker/pulsar/pom.xml
@@ -52,7 +52,7 @@
       <id>git-commit-id-no-git</id>
       <activation>
         <file>
-          <missing>${basedir}/../../.git/index</missing>
+          <missing>${basedir}/../../.git</missing>
         </file>
       </activation>
       <properties>

Reply via email to