Skip to content

Commit 7c81701

Browse files
authored
Capture publish log (apache-spark-on-k8s#264)
1 parent 8d0d856 commit 7c81701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
79+
- dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
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
84+
- dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
8585
- curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish

0 commit comments

Comments
 (0)