mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
Skip project update
This commit is contained in:
@@ -33,7 +33,7 @@ class Command(BaseCommand):
|
|||||||
scm_update_cache_timeout=0,
|
scm_update_cache_timeout=0,
|
||||||
)
|
)
|
||||||
p.organization = o
|
p.organization = o
|
||||||
p.save()
|
p.save(skip_update=True)
|
||||||
|
|
||||||
ssh_type = CredentialType.objects.filter(namespace='ssh').first()
|
ssh_type = CredentialType.objects.filter(namespace='ssh').first()
|
||||||
c, _ = Credential.objects.get_or_create(
|
c, _ = Credential.objects.get_or_create(
|
||||||
|
|||||||
Reference in New Issue
Block a user