chore: apply patches as root inside celery container (#4803)
This commit is contained in:
parent
4e2f5d50f8
commit
e56135a30c
|
@ -74,6 +74,9 @@ cleanup () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo "Running checks as root to apply patches..."
|
||||||
|
/usr/local/bin/python $WORKSPACEDIR/ietf/manage.py check
|
||||||
|
|
||||||
if [[ "${CELERY_ROLE}" == "worker" ]]; then
|
if [[ "${CELERY_ROLE}" == "worker" ]]; then
|
||||||
echo "Running initial checks..."
|
echo "Running initial checks..."
|
||||||
# Run checks as celery worker if one was specified
|
# Run checks as celery worker if one was specified
|
||||||
|
|
Loading…
Reference in a new issue