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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new bc5a442d41 [#7054] fix(build): Fail to build Iceberg REST catalog 
Docker image (#7056)
bc5a442d41 is described below

commit bc5a442d41d577946c4a5b439ba78e98420fedfd
Author: FANNG <[email protected]>
AuthorDate: Thu Apr 24 09:48:14 2025 +0800

    [#7054] fix(build): Fail to build Iceberg REST catalog Docker image (#7056)
    
    ### What changes were proposed in this pull request?
    
    
    Fail to build Iceberg REST catalog Docker image
    
    ### Why the changes are needed?
    
    Fix: #7054
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    build Iceberg REST server image successfully
---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 5798375884..c06059c839 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -668,7 +668,7 @@ tasks {
           into("${rootProject.name}-iceberg-rest-server/conf")
         }
         from(projectDir.dir("bin")) {
-          include("common.sh", "${rootProject.name}-iceberg-rest-server.sh")
+          include("common.sh.template", 
"${rootProject.name}-iceberg-rest-server.sh.template")
           into("${rootProject.name}-iceberg-rest-server/bin")
         }
         into(outputDir)

Reply via email to