From 00abd9acce721f07e004b08733ecc23c4bb88bde Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Tue, 11 Oct 2022 13:13:32 +0300 Subject: [PATCH] cleanup wasm32 target dir before pr benchmark --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06a2002d58..1f75ba723a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ wasmtime-benchmark: - wasmtime run --dir=. ../../target/ci/benches-master.wasm -- --bench --save-baseline master-wasm | tee ../../target/ci/wasmtime-master - popd - git submodule deinit --all -f + - rm -rf target/wasm32-wasi # `wasmtime` Branch: `pr` - git checkout $CI_COMMIT_SHA