ci: Use general terms for CircleCI.

GitHub Actions supports doing more than just CI,
and so in some contexts it's less obvious that we're
talking about just the CI if we refer to it instead of CircleCI.
This commit is contained in:
Aman Agrawal
2021-03-15 17:37:12 +00:00
committed by Tim Abbott
parent f79a59d5f8
commit 59c8f3ed92
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
{% if pagename in ["production/postgresql", "production/video-calls"] and release.endswith('+git') %}
{#
# This page doesn't exist in the stable documentation yet.
# This temporary workaround prevents CircleCI failure and should be removed after the next release.
# This temporary workaround prevents test failures and should be removed after the next release.
#}
<div class="admonition warning">
<p class="first admonition-title">Warning</p>

View File

@@ -51,7 +51,7 @@ note are:
* `--skip` and `--only`: Only run certain linters.
* `-m`: Only check modified files.
Finally, you can rely on our CircleCI setup to run linters for you,
Finally, you can rely on our continuous integration setup to run linters for you,
but it is good practice to run lint checks locally.
```eval_rst