From 7bc682909bd2575a5422cea2652458cdcc0fbc32 Mon Sep 17 00:00:00 2001 From: NvTimLiu <50287591+NvTimLiu@users.noreply.github.com> Date: Mon, 7 Jun 2021 21:06:58 +0800 Subject: [PATCH] rapids-4-spark-tools directory renamed to tools (#2614) This is the follow on rename of 'rapids-4-spark-tools' directory to 'tools', to align with https://github.com/NVIDIA/spark-rapids/pull/2598 Signed-off-by: Tim Liu --- jenkins/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/deploy.sh b/jenkins/deploy.sh index 2ee189b0f5b..b0bb0d38c81 100755 --- a/jenkins/deploy.sh +++ b/jenkins/deploy.sh @@ -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"