From 0b22af5b652787d97ca747304a583c558e301c41 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 13 Sep 2019 14:38:45 -0700 Subject: disable dependency caching (for now) --- .gitlab-ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7048f06..21a3fd8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ -cache: - key: "${CI_COMMIT_REF_SLUG}" - paths: - - python/.venv/ - - rust/target/ - - rust/.cargo_cache/ +# Rust caching causing bloat and using too much disk space in public gitlab.com +# CI process +#cache: +# key: "${CI_COMMIT_REF_SLUG}" +# paths: +# - python/.venv/ +# - rust/target/ +# - rust/.cargo_cache/ variables: LC_ALL: "C.UTF-8" -- cgit v1.2.3