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

Update deploy.sh to include bob.ip.qualitymeasure in the list of C packages.

parent 4ccf8d48
No related branches found
No related tags found
1 merge request!60Update deploy.sh to include bob.ip.qualitymeasure in the list of C packages.
...@@ -59,7 +59,8 @@ condaforge_packages=("bob" \ ...@@ -59,7 +59,8 @@ condaforge_packages=("bob" \
"bob.ip.optflow.hornschunck" \ "bob.ip.optflow.hornschunck" \
"bob.ip.optflow.liu" \ "bob.ip.optflow.liu" \
"bob.learn.em" \ "bob.learn.em" \
"bob.db.iris") "bob.db.iris" \
"bob.ip.qualitymeasure")
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