Redirect stderr to stdout for the buildlogsarchiver.
This commit is contained in:
parent
69c367514c
commit
511ee12a58
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
echo 'Starting build logs archiver worker'
|
||||
|
||||
cd /
|
||||
venv/bin/python -m workers.buildlogsarchiver
|
||||
venv/bin/python -m workers.buildlogsarchiver 2>&1
|
||||
|
||||
echo 'Diffs worker exited'
|
Reference in a new issue