9 lines
No EOL
208 B
Bash
Executable file
9 lines
No EOL
208 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting Queue cleanup worker'
|
|
|
|
QUAYPATH=${QUAYPATH:-"."}
|
|
cd ${QUAYDIR:-"/"}
|
|
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.queuecleanupworker 2>&1
|
|
|
|
echo 'Repository Queue cleanup exited' |