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

[scripts][rebuild] Make it more interchangeable with scripts.build

parent 1182e071
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ def rebuild(recipe_dir, python, condarc, config, append_file,
conda_build.api.build(metadata[0][0], config=conda_config, notest=False)
# if you get to this point, the package was successfully rebuilt
# set environment to signal caller we can upload it
os.environ['BDT_REBUILD'] = candidate
os.environ['BDT_BUILD'] = candidate
else: #skip build, test worked
logger.info('Skipping rebuild of %s-%s-py%s (build: %d) for %s',
......
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