diff options
Diffstat (limited to 'scripts/04-dataproc-copy-jar.sh')
-rwxr-xr-x | scripts/04-dataproc-copy-jar.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/04-dataproc-copy-jar.sh b/scripts/04-dataproc-copy-jar.sh deleted file mode 100755 index de8795f..0000000 --- a/scripts/04-dataproc-copy-jar.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -cd ./co-purchase-analysis -SCALA_VERSION=2.12.10 sbt clean package -cd - - -gcloud storage cp co-purchase-analysis/target/scala-2.12/co-purchase-analysis_2.12-1.0.jar \ - gs://${BUCKET_NAME}/scala/co-purchase-analysis_2.12-1.0.jar |