Skip to content

Commit

Permalink
Remove circleci job for swagger generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Apr 25, 2023
1 parent b81ce78 commit 99d0d41
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,27 +534,6 @@ jobs:
destination: licenses
- notify_failure

swagger:
parameters:
executor:
type: string
default: builder-ruby26
executor:
name: << parameters.executor >>
steps:
- checkout
- *attach-to-workspace
- *use-example-config-files
- run:
name: Swagger validation
command: |
bundle exec rake doc:swagger:validate:all
bundle exec rake doc:swagger:generate:all
- store_artifacts:
path: doc/active_docs
destination: active_docs
- notify_failure

jest:
resource_class: medium+
parameters:
Expand Down

0 comments on commit 99d0d41

Please sign in to comment.