From 39bb17ebddfd2afb0caa29a085b543788212504e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 18 Feb 2019 14:28:16 +0100 Subject: [PATCH] [scripts][ci] Fix yet another typo --- bob/devtools/scripts/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py index 45827369..283e427c 100644 --- a/bob/devtools/scripts/ci.py +++ b/bob/devtools/scripts/ci.py @@ -402,7 +402,7 @@ def test(ctx, dry_run): from .test import test ctx.invoke(test, 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 config=CONDA_BUILD_CONFIG, append_file=CONDA_RECIPE_APPEND, -- GitLab