Skip to content

Commit

Permalink
Take difficulty value initialization out of entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Apr 24, 2019
1 parent f34336f commit c949882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ echo "Running migrations"
echo "Ensuring our base configuration is present in the database"
./manage.py ensure_initial_site_configuration

echo "Initializing difficulty values"
./manage.py initialize_difficulty_values

if [ -v SENTRY_BACKEND_DSN ]; then
echo "Testing Sentry configuration"
echo "from sentry_sdk import capture_message;capture_message('This is a test event');" | ./manage.py shell
Expand Down

0 comments on commit c949882

Please sign in to comment.