Skip to content

Commit

Permalink
remove unneeded files and use rm -rf
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Jul 28, 2020
1 parent 0942cfc commit eac020a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 229 deletions.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile.databricksnightly
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pipeline {
steps {
script {
sshagent(credentials : ['svcngcc_pubpriv']) {
sh "rm spark-rapids-ci.tgz"
sh "rm -rf spark-rapids-ci.tgz"
sh "tar -zcvf spark-rapids-ci.tgz *"
sh "python3.6 ./jenkins/databricks/run-tests.py -c $CLUSTER_ID -z ./spark-rapids-ci.tgz -t $DATABRICKS_TOKEN -p /home/svcngcc/.ssh/id_rsa -l ./jenkins/databricks/build.sh -j $CI_RAPIDS_JAR -b $DATABRICKS_VERSION -k $SPARK_VERSION -a $SCALA_VERSION -f $CUDF_VERSION -u $CUDA_VERSION -m $CI_CUDF_JAR"
sh "./jenkins/databricks/deploy.sh"
Expand Down
110 changes: 0 additions & 110 deletions jenkins/Jenkinsfile.databricksrelease

This file was deleted.

118 changes: 0 additions & 118 deletions jenkins/databricks/dbimports.patch

This file was deleted.

0 comments on commit eac020a

Please sign in to comment.