Skip to content

Commit

Permalink
fix(ci): [Distributed CI] remove all of the concrete directory when c…
Browse files Browse the repository at this point in the history
…leaning the instance as lock files can persist after a failed run and the instance is not regenerated each time.
  • Loading branch information
antoniupop committed Apr 26, 2024
1 parent 9beaeac commit a53853a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a53853a

Please sign in to comment.