Remove obsolete `docs` job from CircleCI (#22094)
docs are built (and deployed, for commits from `master`) as a GitHub action now.
This commit is contained in:
Родитель
847e34f7fa
Коммит
cf5e2019ea
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче