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: ...@@ -24,8 +24,6 @@ stages:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
.build_linux_template: .build_linux_template:
...@@ -107,8 +105,6 @@ build_macosx_37: ...@@ -107,8 +105,6 @@ build_macosx_37:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
deploy_beta: deploy_beta:
...@@ -150,5 +146,3 @@ pypi: ...@@ -150,5 +146,3 @@ pypi:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
...@@ -30,8 +30,6 @@ stages: ...@@ -30,8 +30,6 @@ stages:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
build_linux: build_linux:
......
...@@ -25,8 +25,6 @@ stages: ...@@ -25,8 +25,6 @@ stages:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# Build target # Build target
......
...@@ -24,8 +24,6 @@ stages: ...@@ -24,8 +24,6 @@ stages:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# Build targets # Build targets
......
...@@ -26,8 +26,6 @@ stages: ...@@ -26,8 +26,6 @@ stages:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
# Build targets # Build targets
...@@ -109,8 +107,6 @@ build_linux_37: ...@@ -109,8 +107,6 @@ build_linux_37:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
.test_linux_template: .test_linux_template:
...@@ -143,8 +139,6 @@ build_linux_37: ...@@ -143,8 +139,6 @@ build_linux_37:
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
cache: cache:
key: "deploy" 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