mirror of https://github.com/ansible/ansible.git
Use relative submodule status in ansible-test.
The `git submodule status` command is relative to the current git repository by default. When running from a repository subdirectory paths can be returned above the current directory. Specifying the current directory with `git submodule status` avoids listing submodules above that directory. This will fix issues when testing a collection that is rooted below the repository root when that repository uses submodules.pull/61591/head
parent
a7fd6e99d9
commit
4063d58339
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now correctly enumerates submodules when a collection resides below the repository root
|
||||
Loading…
Reference in New Issue