From 639a4afa069d33635c41e82f46ce0a000cbba5e6 Mon Sep 17 00:00:00 2001 From: Rostyslav Zatserkovnyi Date: Thu, 12 Oct 2023 21:20:12 +0300 Subject: [PATCH] Clean up manually cloned repos too --- .github/workflows/performance-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index c8dff92b7..11d085337 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -46,6 +46,7 @@ jobs: - name: Set up repository # mimics install.sh in the README except that delphi is cloned from the PR rather than main run: | cd .. + rm -rf driver mkdir -p driver/repos/delphi cd driver/repos/delphi git clone https://github.com/cmu-delphi/operations