File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -316,9 +316,6 @@ jobs:
316
316
- store_artifacts :
317
317
path : /tmp/publish_artifacts.log
318
318
destination : publish_artifacts.log
319
- - deploy :
320
- command : |
321
- curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
322
319
323
320
workflows :
324
321
version : 2
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ make_dist() {
24
24
file_name=" spark-dist-${version} -${hadoop_name} .tgz"
25
25
./dev/make-distribution.sh --name " hadoop-palantir" --tgz " $@ " $build_flags | tee -a " /tmp/make-distribution.log"
26
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} -${version} .tgz"
27
+ curl -u $BINTRAY_USERNAME :$BINTRAY_PASSWORD -X POST " https://api.bintray.com/content/palantir/releases/spark/${version} /publish"
27
28
}
28
29
29
30
publish_artifacts | tee -a " /tmp/publish_artifacts.log"
You can’t perform that action at this time.
0 commit comments