Skip to content
Snippets Groups Projects
Commit eb318abf authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update deploy.sh to include bob.bio.vein

parent ae59cc63
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.
Please register or to comment