removing sudo from wget

This commit is contained in:
Muzahid 2022-02-25 12:34:22 +05:30
parent 9fc6e77073
commit 8e6ab5eea0
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="download worker",
command=["sudo", "wget", "-O", "https://git.bitmessage.org/Bitmessage/buildbot_multibuild/raw/branch/master/lib/worker_multibuild.py", join(getenv['HOME'], '.local/bin/worker_multibuild.py')]
command=["wget", "-O", "https://git.bitmessage.org/Bitmessage/buildbot_multibuild/raw/branch/master/lib/worker_multibuild.py", join(getenv['HOME'], '.local/bin/worker_multibuild.py')]
))
# build_factory.addStep(