chore: apply patches as root inside celery container (#4803)
This commit is contained in:
parent
4e2f5d50f8
commit
e56135a30c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue