From 9379bbad7d163bccca86bf35454d8ceea9767e60 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 23 Apr 2024 18:16:19 -0300 Subject: [PATCH] ci: remove reminder comment --- dev/build/datatracker-start.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/build/datatracker-start.sh b/dev/build/datatracker-start.sh index 7a83ff533..390b46af8 100644 --- a/dev/build/datatracker-start.sh +++ b/dev/build/datatracker-start.sh @@ -15,7 +15,3 @@ gunicorn \ --bind :8000 \ --log-level "${DATATRACKER_GUNICORN_LOG_LEVEL:-info}" \ ietf.wsgi:application - - # Leaving this here as a reminder to set up the env in the chart - # Remove this once that's complete. - #--env SCOUT_NAME=Datatracker \