From cf5e2019ea1a2d8d2fbdde24b55f9bd3f93fc629 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Tue, 2 Apr 2024 11:34:56 +0200 Subject: [PATCH] Remove obsolete `docs` job from CircleCI (#22094) docs are built (and deployed, for commits from `master`) as a GitHub action now. --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f09a545ef..550f09d843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -567,13 +567,6 @@ jobs: - run: command: pytest -n 2 -m 'not es_tests and not needs_locales_compilation and not static_assets' -v src/olympia/devhub/ - docs: - <<: *defaults - steps: - - setup_container: - wait_services: false - - run: make docs - main: <<: *defaults-with-services steps: @@ -656,7 +649,6 @@ workflows: - assets - codestyle - devhub - - docs - main # Uncomment if you want to test the docker build # - build-image