Try to remove the caching from the build (#701)

This commit is contained in:
Sergey Pepyakin
2018-09-11 11:51:17 +03:00
committed by Gav Wood
parent 91c2b8e462
commit d7d591cf54
-7
View File
@@ -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