From a8ced7b959f89738b57a4c020051605c31d4ea1c Mon Sep 17 00:00:00 2001 From: Imbris Date: Tue, 1 Jun 2021 17:24:56 -0400 Subject: [PATCH] Fix benchmarks by removing the rest of the incremental folder --- .gitlab/CI/build.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/CI/build.gitlab-ci.yml b/.gitlab/CI/build.gitlab-ci.yml index a8ade915d4..63995a703f 100644 --- a/.gitlab/CI/build.gitlab-ci.yml +++ b/.gitlab/CI/build.gitlab-ci.yml @@ -25,6 +25,8 @@ benchmarks: - ls -la target/* - rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly - rm -r target/release/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 + - rm -r target/release/incremental/* || echo "all good" # TMP FIX FOR 2021-03-22-nightly - cargo bench || exit 0 #temp fix - TAGUUID="Z$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1)" || echo "ignore this returncode, dont ask me why, it works" - echo $TAGUUID