Skip to content

Commit

Permalink
refactor(bintray): Alternative way of passing bintray creds
Browse files Browse the repository at this point in the history
  • Loading branch information
dbousamra committed Nov 7, 2017
1 parent 35d628e commit f9dd029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ deploy:
tags: true

script:
- sbt bintrayWhoami
- sbt +compile
- sbt -Dbintray.user=$BINTRAY_USER -Dbintray.pass=$BINTRAY_PASSWORD +compile
4 changes: 1 addition & 3 deletions project/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/bash
mkdir -p ~/.bintray
eval "echo \"$(< ./project/bintray.template)\"" > ~/.bintray/.credentials
sbt +publish
sbt -Dbintray.user=$BINTRAY_USER -Dbintray.pass=$BINTRAY_PASSWORD +publish

0 comments on commit f9dd029

Please sign in to comment.