Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

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 ordian committed Nov 14, 2018
1 parent c2e3543 commit 3887c38
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 3887c38

Please sign in to comment.