Skip to content

Commit

Permalink
ci: nuke the gitlab caches (#9855)
Browse files Browse the repository at this point in the history
Will go without cache. Meanwhile have to investigate what was wrong and how to use it effectively.
  • Loading branch information
5chdn authored and TriplEight committed Nov 8, 2018
1 parent aafe527 commit 9982eba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9982eba

Please sign in to comment.