Skip to content

Commit 8a797b6

Browse files
committed
Fix CI 4 clear cache
1 parent f13d1c0 commit 8a797b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
# clear cache
3-
sudo rm -rf writable/cache/*
3+
rm -rf writable/cache/*
44
echo -e "done"

0 commit comments

Comments
 (0)