Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary jobs
  • Loading branch information
flovilmart committed Jan 16, 2018
commit c043893afce491b4c2db46368341bd4aa8d3e0f9
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ jobs:
- checkout
- run: *prepare
- run: bundle exec rake test:cocoapods
publish-cocoapods:
<<: *defaults
steps:
- checkout
- run: *prepare
- run: ./Scripts/publish.sh

workflows:
version: 2
Expand All @@ -113,12 +107,3 @@ workflows:
- schedule:
cron: "0 1 * * *"
filters: *filter-only-master
publish:
jobs:
- hold:
type: approval
filters: *filter-only-master
- publish-cocoapods:
requires:
- hold
filters: *filter-only-master