From 9982eba1889cfc20e7a614da5e809b1dd4d8a729 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Thu, 8 Nov 2018 19:37:12 +0100 Subject: [PATCH] ci: nuke the gitlab caches (#9855) Will go without cache. Meanwhile have to investigate what was wrong and how to use it effectively. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffb3a3ee7..bf11cad67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,12 +11,6 @@ variables: CARGO_HOME: "${CI_PROJECT_DIR}/.cargo" CARGO_TARGET: x86_64-unknown-linux-gnu -cache: - key: "${CI_JOB_NAME}" - paths: - - ./target - - ./.cargo - .releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries") only: &releaseable_branches - stable