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:
josephschorr 2017-07-13 00:22:41 +03:00 committed by GitHub
commit 8cefe685c9
3 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,6 @@ echo 'Starting team synchronization worker'
QUAYPATH=${QUAYPATH:-"."}
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'

View file