From d7d591cf54409d415a2551649bd9287156742edd Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 11 Sep 2018 11:51:17 +0300 Subject: [PATCH] Try to remove the caching from the build (#701) --- substrate/.gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 80dcd00600..f4d781880b 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.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