Skip to content

Commit

Permalink
fix: update order of build for testing a release (#24317)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Jun 8, 2023
1 parent e791ba5 commit af8f725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RELEASING/from_tarball_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ superset fab create-admin \
# Initialize the database
superset db upgrade

# Loading examples
superset load_examples

# Create default roles and permissions
superset init

# Loading examples
superset load-examples

FLASK_ENV=development FLASK_APP="superset.app:create_app()" \
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
2 changes: 1 addition & 1 deletion docs/docs/contributing/testing-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export SUPERSET_TESTENV=true
export CYPRESS_BASE_URL="http://localhost:8081"
superset db upgrade
superset load_test_users
superset load-examples --load-test-data
superset init
superset load-examples --load-test-data
superset run --port 8081
```

Expand Down

0 comments on commit af8f725

Please sign in to comment.