Skip to content

Commit

Permalink
rapids-4-spark-tools directory renamed to tools (NVIDIA#2614)
Browse files Browse the repository at this point in the history
This is the follow on rename of 'rapids-4-spark-tools' directory to 'tools', to align with NVIDIA#2598

Signed-off-by: Tim Liu <timl@nvidia.com>
  • Loading branch information
NvTimLiu authored Jun 7, 2021
1 parent 35e9f08 commit ac4d83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $DEPLOY_CMD -Durl=$SERVER_URL -DrepositoryId=$SERVER_ID \
-Dfile=$TESTS_FPATH.jar -DpomFile=${TESTS_PL}/pom.xml

###### Deploy profiling tool jar(s) ######
TOOL_PL=${TOOL_PL:-"rapids-4-spark-tools"}
TOOL_PL=${TOOL_PL:-"tools"}
TOOL_ART_ID=`mvn help:evaluate -q -pl $TOOL_PL -Dexpression=project.artifactId -DforceStdout`
TOOL_ART_VER=`mvn help:evaluate -q -pl $TOOL_PL -Dexpression=project.version -DforceStdout`
TOOL_FPATH="$TOOL_PL/target/$TOOL_ART_ID-$TOOL_ART_VER"
Expand Down

0 comments on commit ac4d83c

Please sign in to comment.