Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Comment on publish job in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Jun 29, 2018
1 parent f221cf9 commit ec3f75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
command: |
bash <(curl -s https://codecov.io/bash)
# The publish job only gets scheduled for commits to master; see workflows section below
publish:
docker:
- image: mozilla/sbt:8u171_0.13.13
Expand All @@ -37,7 +38,6 @@ workflows:
test-publish:
jobs:
- test
# Only publish if tests pass and this is a commit to master
- publish:
requires:
- test
Expand Down

0 comments on commit ec3f75f

Please sign in to comment.