change comments while executing worker

This commit is contained in:
Muzahid 2022-02-28 20:22:48 +05:30
parent 6fb2fdfa34
commit 5aaad5b9b6
Signed by: cis-muzahid
GPG Key ID: 1DC85E7D3AB613EA
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def add_parent_step(build_factory):
build_factory.addStep(
steps.ShellCommand(
name="Execute multibuild script",
name="Execute worker script",
command=[
"python",
join(getenv['HOME'], '.local/bin/worker_multibuild.py'),