From e79ade59c9ce506283f29b1720287500559dc473 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Sun, 18 Feb 2018 02:02:44 +0300 Subject: [PATCH] gitlab cache (#7921) it is necessary to test --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 193249a83..454fa9984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,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