summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-03-13 15:29:09 -0700
committerMatt Clay <matt@mystile.com>2023-03-15 13:08:23 -0700
commita35e8015e54fb48b748ef827b64201e9964f4754 (patch)
tree4ffca4e0fbd5b6bf2b7ddbefde30f532e8ac250b /docs
parent8cc8aa268d81fd991e6574336272a2e4f5422574 (diff)
downloadansible-a35e8015e54fb48b748ef827b64201e9964f4754.tar.gz
[stable-2.13] ansible-test - Update git diff handling (#80202)
This change allows ansible-test to work with newer versions of git on AZP. (cherry picked from commit bad8843124a50493141a3e3d7920353239021389) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/testing_sanity.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_sanity.rst b/docs/docsite/rst/dev_guide/testing_sanity.rst
index 01b167bc3c..93769c1d2a 100644
--- a/docs/docsite/rst/dev_guide/testing_sanity.rst
+++ b/docs/docsite/rst/dev_guide/testing_sanity.rst
@@ -22,10 +22,6 @@ How to run
To run sanity tests using docker, always use the default docker image
by passing the ``--docker`` or ``--docker default`` argument.
-.. note::
- When using docker and the ``--base-branch`` argument,
- also use the ``--keep-git`` argument to avoid git related errors.
-
.. code:: shell
source hacking/env-setup