Move teamsyncworker into its own package
This commit is contained in:
parent
457f685952
commit
e2cf2d6f2b
3 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ echo 'Starting team synchronization worker'
|
||||||
|
|
||||||
QUAYPATH=${QUAYPATH:-"."}
|
QUAYPATH=${QUAYPATH:-"."}
|
||||||
cd ${QUAYDIR:-"/"}
|
cd ${QUAYDIR:-"/"}
|
||||||
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.teamsyncworker 2>&1
|
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.teamsyncworker.teamsyncworker 2>&1
|
||||||
|
|
||||||
echo 'Team synchronization worker exited'
|
echo 'Team synchronization worker exited'
|
0
workers/teamsyncworker/__init__.py
Normal file
0
workers/teamsyncworker/__init__.py
Normal file
Reference in a new issue