diff --git a/.circleci/config.yml b/.circleci/config.yml index 0301d8b4cf..77d0da8cc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: