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

[ci] Remove conda package caching as we now have a mirror

parent 58748021
No related branches found
No related tags found
1 merge request!109Remove conda package caching as we now have a mirror
Pipeline #33899 passed
......@@ -24,8 +24,6 @@ stages:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
.build_linux_template:
......@@ -107,8 +105,6 @@ build_macosx_37:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
deploy_beta:
......@@ -150,5 +146,3 @@ pypi:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
......@@ -30,8 +30,6 @@ stages:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
build_linux:
......
......@@ -25,8 +25,6 @@ stages:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# Build target
......
......@@ -24,8 +24,6 @@ stages:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# Build targets
......
......@@ -26,8 +26,6 @@ stages:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# Build targets
......@@ -109,8 +107,6 @@ build_linux_37:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
.test_linux_template:
......@@ -143,8 +139,6 @@ build_linux_37:
cache:
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
cache:
key: "deploy"
......
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