Skip to content

Commit 81dee00

Browse files
authored
build: clean-up tmp directory
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent d8ae15f commit 81dee00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cleanup_coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,13 @@ jobs:
139139
fi
140140
done < dirs_to_remove.txt
141141
142-
# Perform clean-up:
142+
# Perform clean-up
143+
- name: 'Perform clean-up'
144+
run: |
143145
rm coverage_dirs.txt
144146
rm package_dirs.txt
145147
rm dirs_to_remove.txt
148+
rm -rf ./tmp
146149
147150
# Import GPG key to sign commits:
148151
- name: 'Import GPG key to sign commits'

0 commit comments

Comments
 (0)