Skip to content

Commit

Permalink
use new name for image sent to mulled
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Aug 12, 2024
1 parent c946860 commit 9b4c928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bioconda_utils/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def build(recipe: str, pkg_paths: List[str] = None,
docker_builder: docker_utils.RecipeBuilder = None,
raise_error: bool = False,
linter=None,
mulled_conda_image: str = pkg_test.MULLED_CONDA_IMAGE,
mulled_conda_image: str = pkg_test.CREATE_ENV_IMAGE,
record_build_failure: bool = False,
dag: Optional[nx.DiGraph] = None,
skiplist_leafs: bool = False,
Expand Down Expand Up @@ -317,7 +317,7 @@ def build_recipes(recipe_folder: str, config_path: str, recipes: List[str],
n_workers: int = 1,
worker_offset: int = 0,
keep_old_work: bool = False,
mulled_conda_image: str = pkg_test.MULLED_CONDA_IMAGE,
mulled_conda_image: str = pkg_test.CREATE_ENV_IMAGE,
record_build_failures: bool = False,
skiplist_leafs: bool = False,
live_logs: bool = True,
Expand Down
2 changes: 1 addition & 1 deletion bioconda_utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def build(recipe_folder, config, packages="*", git_range=None, testonly=False,
pkg_dir=None, anaconda_upload=False, mulled_upload_target=None,
build_image=False, keep_image=False, lint=False, lint_exclude=None,
check_channels=None, n_workers=1, worker_offset=0, keep_old_work=False,
mulled_conda_image=pkg_test.MULLED_CONDA_IMAGE,
mulled_conda_image=pkg_test.CREATE_ENV_IMAGE,
docker_base_image=None,
record_build_failures=False,
skiplist_leafs=False,
Expand Down

0 comments on commit 9b4c928

Please sign in to comment.