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

maruilei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 37a1e02c [AURON #1476] Remove extra parenthesis in assignment causing 
invalid Docker build context (#1477)
37a1e02c is described below

commit 37a1e02c6ceb90f9daf9adf1132c1a71c8f18fe4
Author: Ruilei Ma <[email protected]>
AuthorDate: Mon Oct 20 22:44:28 2025 +0800

    [AURON #1476] Remove extra parenthesis in assignment causing invalid Docker 
build context (#1477)
    
    * [AURON #1476] Remove extra parenthesis in assignment causing invalid 
Docker build context
    
    * Trigger a GA testing
    
    * Revert "Trigger a GA testing"
---
 auron-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auron-build.sh b/auron-build.sh
index 90f74163..054a3b62 100755
--- a/auron-build.sh
+++ b/auron-build.sh
@@ -115,7 +115,7 @@ MVN_CMD="$(dirname "$0")/build/mvn"
 #   Initialize basic variables and default options for the build
 # -----------------------------------------------------------------------------
 USE_DOCKER=false
-IMAGE_NAME="${SUPPORTED_OS_IMAGES[*]:0:1})"
+IMAGE_NAME="${SUPPORTED_OS_IMAGES[*]:0:1}"
 PRE_PROFILE=false
 RELEASE_PROFILE=false
 CLEAN=true

Reply via email to