mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 02:29:21 -02:30
Adding the scm_track_submodules option which should fix the https://github.com/ansible/awx/issues/7846
Signed-off-by: mazhead <mazhead@gmail.com>
This commit is contained in:
@@ -115,6 +115,10 @@ class ProjectOptions(models.Model):
|
||||
default=False,
|
||||
help_text=_('Delete the project before syncing.'),
|
||||
)
|
||||
scm_track_submodules = models.BooleanField(
|
||||
default=False,
|
||||
help_text=_('Track submodules latest commits on defined branch.'),
|
||||
)
|
||||
credential = models.ForeignKey(
|
||||
'Credential',
|
||||
related_name='%(class)ss',
|
||||
|
||||
Reference in New Issue
Block a user