Skip to content
Snippets Groups Projects
Commit 267636b9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][ci] Fix call to base_build()

parent 6258c95c
No related branches found
No related tags found
No related merge requests found
Pipeline #26908 passed
......@@ -347,7 +347,7 @@ def base_build(order, dry_run):
if not os.path.exists(os.path.join(recipe, 'meta.yaml')):
# ignore - not a conda package
continue
base_build(SERVER, True, recipe, CONDA_BUILD_CONFIG,
_build(SERVER, True, recipe, CONDA_BUILD_CONFIG,
os.environ['PYTHON_VERSION'], condarc_options)
......
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