From 99d0d41223bd536760ac647976975f37cd7040f8 Mon Sep 17 00:00:00 2001 From: Daria Mayorova Date: Tue, 25 Apr 2023 10:21:35 +0200 Subject: [PATCH] Remove circleci job for swagger generation --- .circleci/config.yml | 21 --------------------- 1 file changed, 21 deletions(-) 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: