Skip to content
Snippets Groups Projects

update conda-smithy before updating the feedstock

Merged Amir MOHAMMADI requested to merge patch-1 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -55,5 +55,6 @@ condaforge_packages=("bob" \
@@ -55,5 +55,6 @@ condaforge_packages=("bob" \
"bob.db.iris")
"bob.db.iris")
if contains_element ${CI_PROJECT_NAME} "${condaforge_packages[@]}"; then
if contains_element ${CI_PROJECT_NAME} "${condaforge_packages[@]}"; then
 
run_cmd ${CONDA_FOLDER}/bin/conda update -n root --yes conda-smithy
run_cmd ${CONDA_FOLDER}/bin/python _ci/update_feedstock.py ${CI_PROJECT_NAME}
run_cmd ${CONDA_FOLDER}/bin/python _ci/update_feedstock.py ${CI_PROJECT_NAME}
fi
fi
Loading