ci: comment out DATATRACKER_STATIC_URL env

This commit is contained in:
Jennifer Richards 2024-04-12 17:17:46 -03:00 committed by Nicolas Giard
parent 39d2199a74
commit 8a4fcf7024

View file

@ -612,10 +612,10 @@ env:
# DATATRACKER_DBPASS: "RkTkDPFnKpko" # secret # DATATRACKER_DBPASS: "RkTkDPFnKpko" # secret
DATATRACKER_DJANGO_SECRET_KEY: "PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHk" # secret DATATRACKER_DJANGO_SECRET_KEY: "PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHk" # secret
# Set this to point testing / staging at the production statics server until we # Set this to point testing / staging at the production statics server until we
# sort that out # sort that out
DATATRACKER_STATIC_URL: "https://static.ietf.org/dt/12.10.0/" # DATATRACKER_STATIC_URL: "https://static.ietf.org/dt/12.10.0/"
# DATATRACKER_EMAIL_DEBUG: "true" # DATATRACKER_EMAIL_DEBUG: "true"