This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0faced7 fix: update release testing FLASK_APP param (#9254)
0faced7 is described below
commit 0faced7d4add9a65b9987d8f05d909e1bd7ea8d0
Author: Ville Brofeldt <[email protected]>
AuthorDate: Sat Mar 7 12:54:10 2020 +0200
fix: update release testing FLASK_APP param (#9254)
---
RELEASING/from_tarball_entrypoint.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASING/from_tarball_entrypoint.sh
b/RELEASING/from_tarball_entrypoint.sh
index 75d92bf..a2ddfb4 100755
--- a/RELEASING/from_tarball_entrypoint.sh
+++ b/RELEASING/from_tarball_entrypoint.sh
@@ -37,5 +37,5 @@ superset load_examples
# Create default roles and permissions
superset init
-FLASK_ENV=development FLASK_APP=superset:app \
+FLASK_ENV=development FLASK_APP="superset.app:create_app()" \
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0