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

Commit

Permalink
gitlab cache (#7921)
Browse files Browse the repository at this point in the history
it is necessary to test
  • Loading branch information
General-Beck authored and 5chdn committed Feb 19, 2018
1 parent deecf89 commit 9a906d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ variables:
CARGOFLAGS: ""
CI_SERVER_NAME: "GitLab CI"
LIBSSL: "libssl1.0.0 (>=1.0.0)"
CARGO_HOME: $CI_PROJECT_DIR/cargo
cache:
key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
paths:
- target
- target/
- cargo/
untracked: true
linux-stable:
stage: build
Expand Down

0 comments on commit 9a906d0

Please sign in to comment.