Merge pull request #2508 from alphagov/break-the-build

testing build failure
This commit is contained in:
Leo Hemsted
2019-05-16 16:22:33 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -8,3 +8,5 @@ from app import create_app
application = Flask('app')
create_app(application)
1 / 0 # TODO: revert this change

View File

@@ -9,3 +9,5 @@ from app import notify_celery, create_app # noqa
application = Flask('delivery')
create_app(application)
application.app_context().push()
1 / 0 # TODO: revert this change