Merge pull request #2061 from coreos-inc/trollius-debug
Enable trollius debug in buildman in prod
This commit is contained in:
commit
e7c53ecde1
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
echo 'Starting internal build manager'
|
||||
|
||||
cd /
|
||||
venv/bin/python -m buildman.builder 2>&1
|
||||
TROLLIUSDEBUG=1 venv/bin/python -m buildman.builder 2>&1
|
||||
|
||||
echo 'Internal build manager exited'
|
Reference in a new issue