Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
  • Loading branch information
nartal1 committed Apr 20, 2022
1 parent 12d8a5d commit 990897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/spark-nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set -ex
## export 'M2DIR' so that shims can get the correct Spark dependency info
export M2DIR="$WORKSPACE/.m2"

TOOL_PL=${TOOL_PL:-"tools"}
DIST_PL="dist"
function mvnEval {
mvn help:evaluate -q -pl $DIST_PL $MVN_URM_MIRROR -Prelease311 -Dmaven.repo.local=$M2DIR -Dcuda.version=$CUDA_CLASSIFIER -DforceStdout -Dexpression=$1
Expand Down Expand Up @@ -116,7 +117,6 @@ if [[ $SKIP_DEPLOY != 'true' ]]; then
DIST_FPATH="$DIST_FPATH-$CUDA_CLASSIFIER"
distWithReducedPom "deploy"

TOOL_PL=${TOOL_PL:-"tools"}
# this deploy includes 'tools' that is unconditionally built with Spark 3.1.1
mvn -B deploy -pl '!dist' \
-Dbuildver=$SPARK_BASE_SHIM_VERSION \
Expand Down

0 comments on commit 990897c

Please sign in to comment.