Skip project update

This commit is contained in:
Shane McDonald
2022-01-18 18:40:44 -05:00
parent 3dd01cde89
commit 7bd516a16c

View File

@@ -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(