Skip to content

Commit

Permalink
Try to remove the caching from the build (paritytech#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored and gavofyork committed Sep 11, 2018
1 parent b21e1f2 commit 7edff24
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7edff24

Please sign in to comment.