8 lines
135 B
Text
8 lines
135 B
Text
|
#! /bin/bash
|
||
|
|
||
|
echo 'Starting build logs archiver worker'
|
||
|
|
||
|
cd /
|
||
|
venv/bin/python -m workers.buildlogsarchiver
|
||
|
|
||
|
echo 'Diffs worker exited'
|