mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Include templates directory in release tarball
The unit test `unit.utils.test_extend.ExtendTestCase` needs to access the files in the `templates` directory. Therefore add the `templates` directory in the release tarball. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
ae40b7085a
commit
e976c8ea0b
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ recursive-include conf *
|
|||
recursive-include pkg *
|
||||
recursive-include salt *.jinja
|
||||
recursive-include salt *.flo
|
||||
recursive-include templates *
|
||||
include salt/templates/git/*
|
||||
include salt/templates/lxc/*
|
||||
|
|
Loading…
Add table
Reference in a new issue