mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Add archive option to SCM_TYPE_CHOICES for Remote Archives
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
This commit is contained in:
@@ -55,6 +55,7 @@ class ProjectOptions(models.Model):
|
|||||||
('hg', _('Mercurial')),
|
('hg', _('Mercurial')),
|
||||||
('svn', _('Subversion')),
|
('svn', _('Subversion')),
|
||||||
('insights', _('Red Hat Insights')),
|
('insights', _('Red Hat Insights')),
|
||||||
|
('archive', _('Remote Archive')),
|
||||||
]
|
]
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user