Merge pull request #2743 from coreos-inc/joseph.schorr/QUAY-663/gcworker-interface
Change GC worker to use new data interface style
This commit is contained in:
commit
a96555511b
7 changed files with 68 additions and 31 deletions
|
@ -3,6 +3,6 @@
|
|||
echo 'Starting GC worker'
|
||||
|
||||
cd /
|
||||
venv/bin/python -m workers.gcworker 2>&1
|
||||
venv/bin/python -m workers.gc.gcworker 2>&1
|
||||
|
||||
echo 'Repository GC exited'
|
Reference in a new issue