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

[ci] More fixes (bis)

parent cfc141a8
No related branches found
No related tags found
No related merge requests found
Pipeline #25794 canceled
...@@ -38,7 +38,7 @@ merge_conda_cache() { ...@@ -38,7 +38,7 @@ merge_conda_cache() {
_urlstxt="${1}/urls.txt" _urlstxt="${1}/urls.txt"
if [ -e ${2} ]; then if [ -e ${2} ]; then
log_info "Merging urls.txt and packages with cached files..." log_info "Merging urls.txt and packages with cached files..."
mv ${2}/*.tar.bz2 ${1}/ log_info mv ${2}/*.tar.bz2 ${1}/
cat ${_urlstxt} ${_cached_urlstxt} | sort | uniq > ${_urlstxt} cat ${_urlstxt} ${_cached_urlstxt} | sort | uniq > ${_urlstxt}
fi fi
fi fi
......
...@@ -63,8 +63,8 @@ else ...@@ -63,8 +63,8 @@ else
fi fi
log_info "$ ${CONDA_ROOT}/bin/python ${CI_PROJECT_DIR}/ci/nextbuild.py ${channel} ${CI_PROJECT_NAME} ${BOB_PACKAGE_VERSION} ${PYTHON_VERSION}" log_info "$ ${CONDA_ROOT}/bin/python ${CI_PROJECT_DIR}/ci/nextbuild.py ${channel} ${CI_PROJECT_NAME} ${BOB_PACKAGE_VERSION} ${PYTHON_VERSION}"
BOB_BUILD_NUMBER=$(${CONDA_ROOT}/bin/python ${CI_PROJECT_DIR}/ci/nextbuild.py ${channel} ${CI_PROJECT_NAME} ${BOB_PACKAGE_VERSION} ${PYTHON_VERSION}) export BOB_BUILD_NUMBER=$(${CONDA_ROOT}/bin/python ${CI_PROJECT_DIR}/ci/nextbuild.py ${channel} ${CI_PROJECT_NAME} ${BOB_PACKAGE_VERSION} ${PYTHON_VERSION})
export_env BOB_BUILD_NUMBER check_defined BOB_BUILD_NUMBER
# copy the recipe_append.yaml over before build # copy the recipe_append.yaml over before build
run_cmd cp ${CI_PROJECT_DIR}/bob/devtools/data/recipe_append.yaml conda/ run_cmd cp ${CI_PROJECT_DIR}/bob/devtools/data/recipe_append.yaml conda/
......
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