Remove folder since modules are not setup yet

This commit is contained in:
decentral1se 2021-07-10 12:08:40 +02:00
parent b5cf961a3e
commit 7c14c33ee3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
from tyop import Migration
class InternalTrueMigration(Migration):
"""Add `internal: true` to all internal network definitions."""
GLOB = "~/.abra/apps/**/**.yml"
def migrate(compose):
pass
InternalTrueMigration()