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:
76
76
release :
77
77
tag : /[0-9]+(?:\.[0-9]+){2,}-palantir\.[0-9]+(?:\.[0-9]+)*/
78
78
commands :
79
- - dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
79
+ - dev/publish.sh
80
80
- curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
81
81
snapshot :
82
82
branch : master
83
83
commands :
84
- - dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
84
+ - dev/publish.sh
85
85
- 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() {
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} "
27
27
}
28
28
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