Skip to content

Commit

Permalink
[improve][build] Support git worktree working directory while buildin…
Browse files Browse the repository at this point in the history
…g docker images (apache#22851)

(cherry picked from commit c23e677)
(cherry picked from commit 9d09daf)
  • Loading branch information
lhotari authored and srinath-ctds committed Jun 7, 2024
1 parent 232cde3 commit 8f59cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/pulsar-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docker/pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8f59cfb

Please sign in to comment.