Skip to content

Commit

Permalink
chore: remove rfc editor sync from sandbox deploy startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Dec 22, 2023
1 parent f3f3f51 commit ec90725
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev/deploy-to-container/start.sh
Expand Up @@ -38,8 +38,5 @@ echo "Running Datatracker checks..."
echo "Running Datatracker migrations..."
/usr/local/bin/python ./ietf/manage.py migrate --settings=settings_local

echo "Syncing with the rfc-index"
./ietf/bin/rfc-editor-index-updates -d 1969-01-01

echo "Starting Datatracker..."
./ietf/manage.py runserver 0.0.0.0:8000 --settings=settings_local

0 comments on commit ec90725

Please sign in to comment.