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

[scripts][rebuild] Fix unknown variable

parent 9a3c541c
No related branches found
No related tags found
No related merge requests found
Pipeline #27918 passed
...@@ -203,8 +203,7 @@ def rebuild(recipe_dir, python, condarc, config, append_file, ...@@ -203,8 +203,7 @@ def rebuild(recipe_dir, python, condarc, config, append_file,
os.unlink(candidate) os.unlink(candidate)
if not dry_run: if not dry_run:
conda_build.api.build(metadata[0][0], config=conda_config, conda_build.api.build(metadata[0][0], config=conda_config, notest=False)
notest=no_test)
# if you get to this point, the package was successfully rebuilt # if you get to this point, the package was successfully rebuilt
# set environment to signal caller we can upload it # set environment to signal caller we can upload it
os.environ['BDT_REBUILD'] = candidate os.environ['BDT_REBUILD'] = candidate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment