Skip to content
Snippets Groups Projects
Commit 491551c6 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[build] remove extra arguments

parent 143eeb44
No related branches found
No related tags found
1 merge request!242Add bob-devel here which is generated dynamically
Pipeline #54017 passed
...@@ -959,7 +959,7 @@ def build_deps(obj): ...@@ -959,7 +959,7 @@ def build_deps(obj):
help="If set, then performs the equivalent of a 'twine check' on the generated python package (zip file)", help="If set, then performs the equivalent of a 'twine check' on the generated python package (zip file)",
) )
@click.pass_obj @click.pass_obj
def build_devtools(obj, twine_check, visibility, tag): def build_devtools(obj, twine_check):
bootstrap = obj["bootstrap"] bootstrap = obj["bootstrap"]
condarc_options = obj["condarc_options"] condarc_options = obj["condarc_options"]
conda_build_config = obj["conda_build_config"] conda_build_config = obj["conda_build_config"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment