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

Deploy to stable channel (not to root channel)

parent f7c78443
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,6 @@ ssl_verify: false
quiet: true
channels:
- https://www.idiap.ch/software/bob/conda/label/beta
- https://www.idiap.ch/software/bob/conda/label/stable
- https://www.idiap.ch/software/bob/conda
- defaults
......@@ -367,9 +367,11 @@ set_conda_channels() {
fi
if [ "${1}" == "private" ]; then
# adds private stable builds (only if the package is also private)
CONDA_CHANNELS+=('private/conda/label/stable')
CONDA_CHANNELS+=('private/conda')
fi
# adds public stable builds (always)
CONDA_CHANNELS+=('public/conda/label/stable')
CONDA_CHANNELS+=('public/conda')
check_array_env CONDA_CHANNELS
}
......
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