Skip to content

Commit 383dab2

Browse files
committed
deploy step needs long form
1 parent d46c920 commit 383dab2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,14 +305,17 @@ jobs:
305305
- run: echo "password=$BINTRAY_PASSWORD" >> .credentials
306306
- run: echo "realm=Bintray API Realm" >> .credentials
307307
- run: echo "host=api.bintray.com" >> .credentials
308-
- deploy: dev/publish.sh
308+
- deploy:
309+
command: dev/publish.sh
309310
- store_artifacts:
310311
path: /tmp/make-distribution.log
311312
destination: make-distribution.log
312313
- store_artifacts:
313314
path: /tmp/publish_artifacts.log
314315
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
316319
317320
workflows:
318321
version: 2

0 commit comments

Comments
 (0)