chore: Remove every15m script (#7106)

It's a no-op and has been removed from
cron on production.
This commit is contained in:
Jennifer Richards 2024-02-26 17:19:15 -04:00 committed by GitHub
parent 1e1623c8fc
commit 905b8c85a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +0,0 @@
#!/bin/bash
# datatracker jobs to run every 15 minutes
#
# This script is expected to be triggered by cron from
# /etc/cron.d/datatracker
export LANG=en_US.UTF-8
export PYTHONIOENCODING=utf-8
DTDIR=/a/www/ietf-datatracker/web
logger -p user.info -t cron "Running $DTDIR/bin/every15m"