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

[scripts][ci] Fix yet another typo

parent 3682a5ad
No related branches found
No related tags found
No related merge requests found
Pipeline #27205 passed
...@@ -402,7 +402,7 @@ def test(ctx, dry_run): ...@@ -402,7 +402,7 @@ def test(ctx, dry_run):
from .test import test from .test import test
ctx.invoke(test, ctx.invoke(test,
package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld', package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld',
'*', name + '*.tar.bz2')), '*', os.environ['CI_PROJECT_NAME'] + '*.tar.bz2')),
condarc=None, #custom build configuration condarc=None, #custom build configuration
config=CONDA_BUILD_CONFIG, config=CONDA_BUILD_CONFIG,
append_file=CONDA_RECIPE_APPEND, append_file=CONDA_RECIPE_APPEND,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment