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

Check the cache before the builds too

parent eaebd8a4
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -22,6 +22,11 @@ fi ...@@ -22,6 +22,11 @@ fi
BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'` BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'`
export_env BOB_BUILD_NUMBER export_env BOB_BUILD_NUMBER
log_info ls ${CONDA_FOLDER}/pkgs
ls ${CONDA_FOLDER}/pkgs
log_info ls ${CONDA_ENVS_PATH}/.pkgs
ls ${CONDA_ENVS_PATH}/.pkgs
if [ -z "${CI_COMMIT_TAG}" ]; then if [ -z "${CI_COMMIT_TAG}" ]; then
run_cmd ${CONDA_FOLDER}/bin/conda build --override-channels -c ${CONDA_BETA_CHANNEL} -c ${CONDA_CHANNEL} -c defaults --python=${PYTHON_VERSION} conda run_cmd ${CONDA_FOLDER}/bin/conda build --override-channels -c ${CONDA_BETA_CHANNEL} -c ${CONDA_CHANNEL} -c defaults --python=${PYTHON_VERSION} conda
else else
......
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