From ec90725f12ff1a11a0323286bc0718b0825c7e5a Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 22 Dec 2023 08:18:43 -0600 Subject: [PATCH] chore: remove rfc editor sync from sandbox deploy startup --- dev/deploy-to-container/start.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev/deploy-to-container/start.sh b/dev/deploy-to-container/start.sh index 271c54a43e..2c83d6970c 100644 --- a/dev/deploy-to-container/start.sh +++ b/dev/deploy-to-container/start.sh @@ -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