File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ deployment:
7676 release :
7777 tag : /[0-9]+(?:\.[0-9]+){2,}-palantir\.[0-9]+(?:\.[0-9]+)*/
7878 commands :
79- - dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
79+ - dev/publish.sh
8080 - curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
8181 snapshot :
8282 branch : master
8383 commands :
84- - dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
84+ - dev/publish.sh
8585 - curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ make_dist() {
2626 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} "
2727}
2828
29- publish_artifacts
30- make_dist " ${PALANTIR_FLAGS[*]} " --clean
29+ publish_artifacts | tee -a " $CIRCLE_ARTIFACTS /publish.log "
30+ make_dist " ${PALANTIR_FLAGS[*]} " --clean | tee -a " $CIRCLE_ARTIFACTS /publish.log "
You can’t perform that action at this time.
0 commit comments