We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0d856 commit 7c81701Copy full SHA for 7c81701
circle.yml
@@ -76,10 +76,10 @@ deployment:
76
release:
77
tag: /[0-9]+(?:\.[0-9]+){2,}-palantir\.[0-9]+(?:\.[0-9]+)*/
78
commands:
79
- - dev/publish.sh
+ - dev/publish.sh | tee -a "$CIRCLE_ARTIFACTS/publish.log"
80
- curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
81
snapshot:
82
branch: master
83
84
85
0 commit comments