change (ci): remove CARGO_HOME caching as it's still broken (#1291)

This commit is contained in:
Denis Pisarev
2020-06-19 18:51:31 +02:00
committed by GitHub
parent d52751d9e6
commit 7fd36394b6
-2
View File
@@ -16,8 +16,6 @@ image: paritytech/ci-linux:production
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
GIT_DEPTH: 100 GIT_DEPTH: 100
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
CI_SERVER_NAME: "GitLab CI" CI_SERVER_NAME: "GitLab CI"
DOCKER_OS: "debian:stretch" DOCKER_OS: "debian:stretch"
ARCH: "x86_64" ARCH: "x86_64"