From 088bc7987d5b5bc232cfe9f7d8b097836eb2a321 Mon Sep 17 00:00:00 2001 From: Antoniu Pop Date: Fri, 26 Apr 2024 09:18:41 +0100 Subject: [PATCH] fix(ci): [Distributed CI] remove all of the concrete directory when cleaning the instance as lock files can persist after a failed run and the instance is not regenerated each time. --- .github/workflows/compiler_build_and_test_cpu_distributed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler_build_and_test_cpu_distributed.yml b/.github/workflows/compiler_build_and_test_cpu_distributed.yml index f53dddc0ec..74986cd6b7 100644 --- a/.github/workflows/compiler_build_and_test_cpu_distributed.yml +++ b/.github/workflows/compiler_build_and_test_cpu_distributed.yml @@ -42,7 +42,7 @@ jobs: - name: Instance cleanup run: | - sudo rm -rf /home/ubuntu/actions-runner/_work/concrete/concrete/* + sudo rm -rf /home/ubuntu/actions-runner/_work/concrete/concrete docker system prune -af - name: Fetch repository