Remove "pull" field from EE mixin

I think this should go on the EE definition itself
This commit is contained in:
Shane McDonald
2020-10-10 11:01:40 -04:00
parent 966bb6fc74
commit 1f4a45a698
3 changed files with 2 additions and 13 deletions

View File

@@ -454,7 +454,6 @@ class ExecutionEnvironmentMixin(models.Model):
related_name='%(class)ss',
help_text=_('The container image to be used for execution.'),
)
pull = models.BooleanField(default=True)
class CustomVirtualEnvMixin(models.Model):