Move blobuploadcleanupworker into its own package
This commit is contained in:
parent
ca5a47edad
commit
b87415129f
3 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ echo 'Starting Blob upload cleanup worker'
|
|||
QUAYPATH=${QUAYPATH:-"."}
|
||||
|
||||
cd ${QUAYDIR:-"/"}
|
||||
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.blobuploadcleanupworker 2>&1
|
||||
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.blobuploadcleanupworker.blobuploadcleanupworker 2>&1
|
||||
|
||||
echo 'Blob upload cleanup exited'
|
0
workers/blobuploadcleanupworker/__init__.py
Normal file
0
workers/blobuploadcleanupworker/__init__.py
Normal file
Reference in a new issue