This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new fcfe63fc21a [improve][build] Support git worktree working directory while building docker images (#22851) fcfe63fc21a is described below commit fcfe63fc21ab0b8e1fc866979f39a1b55633d0ef 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 ed75964397e..c265c35a2d5 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 072d0fa87b1..3735d612d16 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>