Skip to content

Commit

Permalink
Remove cucumber pro publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed May 3, 2019
1 parent 52702d0 commit 7560899
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
version: 2.0

jobs:
publish:
machine: true
steps:
- checkout
- run: git remote add cucumber-pro git@git.cucumber.pro:cucumber-ruby.git
- run: git push --force cucumber-pro $CIRCLE_BRANCH
"ruby-2.6":
docker:
- image: circleci/ruby:2.6-rc
Expand Down Expand Up @@ -146,4 +140,3 @@ workflows:
- "ruby-2.3"
- "ruby-2.2"
- "jruby"
- publish

0 comments on commit 7560899

Please sign in to comment.