zhaohehuhu commented on code in PR #2445:
URL: https://github.com/apache/auron/pull/2445#discussion_r3794121990


##########
auron-build.sh:
##########
@@ -529,6 +533,8 @@ mkdir -p "$(dirname "$BUILD_INFO_FILE")"
 JAVA_VERSION=$(java -version 2>&1 | head -n 1 | awk '{print $3}' | tr -d '"')
 PROJECT_VERSION=$(./build/mvn help:evaluate -N -Dexpression=project.version 
-Pspark-${SPARK_VER} -q -DforceStdout 2>/dev/null)
 RUST_VERSION=$(rustc --version | awk '{print $2}')
+BUILD_BRANCH="${AURON_BUILD_BRANCH:-$(git rev-parse --abbrev-ref HEAD 
2>/dev/null)}"

Review Comment:
   Thanks for reviewing! @slfan1989



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to