Przeglądaj źródła

Do not cache untracked files

timvisee 6 lat temu
rodzic
commit
1e1d8bb697
1 zmienionych plików z 0 dodań i 1 usunięć
  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/