Merge pull request #2775 from coreos-inc/joseph.schorr/QUAY-640/teamsyncworker-data-interface
Move teamsyncworker into its own package
This commit is contained in:
commit
8cefe685c9
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