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

[ci] More bootstrap debugging

parent b85f7874
No related branches found
No related tags found
No related merge requests found
Pipeline #25813 failed
......@@ -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
......
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