mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
testing build failure
please don't deploy this to production
This commit is contained in:
@@ -8,3 +8,5 @@ from app import create_app
|
||||
application = Flask('app')
|
||||
|
||||
create_app(application)
|
||||
|
||||
1 / 0 # TODO: revert this change
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user