Skip to content

Commit

Permalink
Make CI pass once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Oct 24, 2017
1 parent 711907f commit 37faa9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pipeline:
image: scalaplatform/scala:2.0
# These secrets are all fake and uninteresting.
secrets: [ sonatype_user, sonatype_password, github_platform_token, pgp_password ]
# Do not repeat CI run if pull request is made in another branch that is not master.
when:
branch: master
volumes:
- /fake-scalacenter:/keys
commands:
Expand Down

0 comments on commit 37faa9b

Please sign in to comment.