This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.1 by this push: new 9d09dafb338 [improve][build] Support git worktree working directory while building docker images (#22851) 9d09dafb338 is described below commit 9d09dafb3389a3dc3bf7c654a1bff2dedbb6c2ff 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 4a43a2311d1..83d687115b4 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 77b75a28483..001f86999ee 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>