Skip to content

Commit

Permalink
Merge pull request #141 from bpitman/master
Browse files Browse the repository at this point in the history
Add store creds back into main sbt
  • Loading branch information
bpitman committed Jul 16, 2015
2 parents b8ffb36 + 6237dbb commit 0573135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ build:
publish:
echo "Starting publish"
#$(SBT) storeBintrayCredentials
$(SBT) 'inspect tree clean' clean test checkLicenseHeaders publish
$(SBT) 'inspect tree clean' clean test checkLicenseHeaders storeBintrayCredentials publish

release:
echo "Starting release"
$(SBT) storeBintrayCredentials
$(SBT) 'inspect tree clean' clean test checkLicenseHeaders publish bintrayRelease
$(SBT) 'inspect tree clean' clean test checkLicenseHeaders publish storeBintrayCredentials bintrayRelease

coverage:
$(SBT) clean coverage test coverageReport
Expand Down

0 comments on commit 0573135

Please sign in to comment.