From 57cb7c8c71b4592ca1231ab193f6bd4c288f701b Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 10 Jan 2019 14:45:10 +0100 Subject: [PATCH] [ci] More bootstrap debugging --- ci/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/bootstrap.sh b/ci/bootstrap.sh index 7ba89b61..ce6989ee 100755 --- a/ci/bootstrap.sh +++ b/ci/bootstrap.sh @@ -67,7 +67,7 @@ merge_conda_cache() { if [ -d ${2}/conda-bld ]; then log_info "Moving conda-bld packages (artifacts)..." run_cmd mv ${2}/conda-bld ${1} - run_cmd conda index ${1}/conda-bld + run_cmd ${CONDA_ROOT}/bin/conda index --verbose ${1}/conda-bld run_cmd ls -l ${1}/conda-bld run_cmd ls -l ${1}/conda-bld/noarch/ fi -- GitLab