Skip to content

Commit

Permalink
Run conda index instead of making invalid repodata
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Apr 15, 2024
1 parent 79849f2 commit 5f3cb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
mkdir -p {self.container_staging}/linux-64
mkdir -p {self.container_staging}/linux-aarch64
mkdir -p {self.container_staging}/noarch
touch {self.container_staging}/noarch/repodata.json
conda index {self.container_staging}
conda config --add channels file://{self.container_staging} 2> >(
grep -vF "Warning: 'file://{self.container_staging}' already in 'channels' list, moving to the top" >&2
)
Expand Down

0 comments on commit 5f3cb2f

Please sign in to comment.