This is an automated email from the ASF dual-hosted git repository. villebro pushed a commit to branch 0.36 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 4c9f4e5e92146335781b5bc5f2fcf98a794354d0 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
