From 32ab0860caa66f9de9b9f98e9f35622be9828855 Mon Sep 17 00:00:00 2001 From: Imbris Date: Tue, 1 Jun 2021 13:58:21 -0400 Subject: [PATCH] delete all incremental things for clippy CI --- .gitlab/CI/check.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/CI/check.gitlab-ci.yml b/.gitlab/CI/check.gitlab-ci.yml index 8fd11cb526..a26a4caf8e 100644 --- a/.gitlab/CI/check.gitlab-ci.yml +++ b/.gitlab/CI/check.gitlab-ci.yml @@ -5,7 +5,7 @@ code-quality: image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG} script: - ln -s /dockercache/target target - - rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly + - rm -r target/debug/incremental/* || echo "all good" # TMP FIX FOR 2021-03-22-nightly - cargo clippy --all-targets --locked -- -D warnings - cargo fmt --all -- --check