File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -305,14 +305,17 @@ jobs:
305
305
- run : echo "password=$BINTRAY_PASSWORD" >> .credentials
306
306
- run : echo "realm=Bintray API Realm" >> .credentials
307
307
- run : echo "host=api.bintray.com" >> .credentials
308
- - deploy : dev/publish.sh
308
+ - deploy :
309
+ command : dev/publish.sh
309
310
- store_artifacts :
310
311
path : /tmp/make-distribution.log
311
312
destination : make-distribution.log
312
313
- store_artifacts :
313
314
path : /tmp/publish_artifacts.log
314
315
destination : publish_artifacts.log
315
- - deploy : curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
316
+ - deploy :
317
+ command : |
318
+ curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -X POST https://api.bintray.com/content/palantir/releases/spark/$(git describe --tags)/publish
316
319
317
320
workflows :
318
321
version : 2
You can’t perform that action at this time.
0 commit comments