File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ publish_artifacts() {
19
19
make_dist () {
20
20
build_flags=" $1 "
21
21
shift 1
22
- artifact_name=" spark-dist_2.11-hadoop-palantir"
23
- file_name=" ${artifact_name} -${version} .tgz"
22
+ hadoop_name=" hadoop-palantir"
23
+ artifact_name=" spark-dist_2.11-${hadoop_name} -${version} .tgz"
24
+ file_name=" spark-dist-${version} -${hadoop_name} .tgz"
24
25
./dev/make-distribution.sh --name " hadoop-palantir" --tgz " $@ " $build_flags
25
- curl -u $BINTRAY_USERNAME :$BINTRAY_PASSWORD -T $file_name " https://api.bintray.com/content/palantir/releases/spark/${version} /org/apache/spark/${artifact_name} /${version} /${file_name } "
26
+ curl -u $BINTRAY_USERNAME :$BINTRAY_PASSWORD -T $file_name " https://api.bintray.com/content/palantir/releases/spark/${version} /org/apache/spark/${artifact_name} /${version} /${artifact_name } "
26
27
}
27
28
28
29
publish_artifacts
You can’t perform that action at this time.
0 commit comments