소스 검색

Do not cache untracked files

timvisee 6 년 전
부모
커밋
1e1d8bb697
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .gitlab-ci.yml

+ 0 - 1
.gitlab-ci.yml

@@ -12,7 +12,6 @@ variables:
 # Cache rust/cargo/build artifacts
 cache:
   key: "$CI_PIPELINE_ID-$RUST_VERSION"
-  untracked: true
   paths:
     - /usr/local/cargo/registry/
     - /usr/local/rustup/toolchains/