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

Merge branch 'cache' into 'master'

Do not cache mirrored files

See merge request !176
parents 1e248027 3b6304c4
No related branches found
No related tags found
1 merge request!176Do not cache mirrored files
Pipeline #44630 passed
......@@ -26,9 +26,6 @@ stages:
- bdt ci base-build -vv python.txt
- '[ "${CI_COMMIT_REF_NAME}" = "master" ] && bdt ci base-deploy -vv'
- bdt ci clean -vv
cache:
paths:
- miniconda.sh
build_linux:
......
......@@ -26,7 +26,6 @@ stages:
- conda activate base
cache:
paths:
- miniconda.sh
- torch
......
......@@ -28,7 +28,6 @@ stages:
- conda activate base
cache:
paths:
- miniconda.sh
- torch
......@@ -86,7 +85,6 @@ build_macosx:
- bdt ci clean -vv
cache:
paths:
- miniconda.sh
- torch
......@@ -115,9 +113,6 @@ build_macosx:
- build_macosx
tags:
- docker
cache:
paths:
- miniconda.sh
cache:
key: "deploy"
......
......@@ -146,9 +146,6 @@ build_linux_37:
- build_macosx_37
tags:
- docker
cache:
paths:
- miniconda.sh
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