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

Merge branch 'p1' into 'master'

Update deploy.sh to include bob.bio.vein

See merge request !65
parents ae59cc63 eb318abf
No related branches found
No related tags found
1 merge request!65Update deploy.sh to include bob.bio.vein
...@@ -54,7 +54,8 @@ condaforge_packages=("bob" \ ...@@ -54,7 +54,8 @@ condaforge_packages=("bob" \
"bob.ip.optflow.liu" \ "bob.ip.optflow.liu" \
"bob.learn.em" \ "bob.learn.em" \
"bob.db.iris" \ "bob.db.iris" \
"bob.ip.qualitymeasure") "bob.ip.qualitymeasure" \
"bob.bio.vein")
if contains_element ${CI_PROJECT_NAME} "${condaforge_packages[@]}"; then if contains_element ${CI_PROJECT_NAME} "${condaforge_packages[@]}"; then
run_cmd ${CONDA_FOLDER}/bin/python _ci/update_feedstock.py ${CI_PROJECT_NAME} recipes run_cmd ${CONDA_FOLDER}/bin/python _ci/update_feedstock.py ${CI_PROJECT_NAME} recipes
......
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