Skip to content

Commit

Permalink
add namespace in mulled kwds
Browse files Browse the repository at this point in the history
otherwise a docker container is built

in quay.io/biocontainers
  • Loading branch information
bernt-matthias committed Feb 28, 2023
1 parent aa5d95d commit 95b2af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tool_util/deps/container_resolvers/mulled.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ def __init__(
"channels": self._get_config_option("mulled_channels", DEFAULT_CHANNELS),
"hash_func": self.hash_func,
"command": "build-and-test",
"namespace": "local",
"singularity": True,
"singularity_image_dir": self.cache_directory.path,
}
Expand Down

0 comments on commit 95b2af6

Please sign in to comment.