mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +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
@ -21,5 +21,6 @@ recursive-include conf *
|
|||||||
recursive-include pkg *
|
recursive-include pkg *
|
||||||
recursive-include salt *.jinja
|
recursive-include salt *.jinja
|
||||||
recursive-include salt *.flo
|
recursive-include salt *.flo
|
||||||
|
recursive-include templates *
|
||||||
include salt/templates/git/*
|
include salt/templates/git/*
|
||||||
include salt/templates/lxc/*
|
include salt/templates/lxc/*
|
||||||
|
Loading…
Reference in New Issue
Block a user