chore: apply patches as root inside celery container (#4803)

This commit is contained in:
Jennifer Richards 2022-11-29 15:25:39 -04:00 committed by GitHub
parent 4e2f5d50f8
commit e56135a30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,9 @@ cleanup () {
fi
}
echo "Running checks as root to apply patches..."
/usr/local/bin/python $WORKSPACEDIR/ietf/manage.py check
if [[ "${CELERY_ROLE}" == "worker" ]]; then
echo "Running initial checks..."
# Run checks as celery worker if one was specified