From c74da8292ec4e3b9d60c4fcce83d04b2a90370ba Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 10 Sep 2018 17:19:51 +0300 Subject: [PATCH] Try to remove the caching from the build --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80dcd00600743..f4d781880bffb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,6 @@ variables: BUILD_ARCH: amd64 CARGO_TARGET: x86_64-unknown-linux-gnu -cache: - key: "${CI_JOB_NAME}" - policy: pull - paths: - - ${CI_PROJECT_DIR}/target/ - - ${CI_PROJECT_DIR}/cargo/ - .releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries") only: &releaseable_branches - master