Skip to content

Commit 9227d6b

Browse files
committed
We will remove old builds from now
1 parent 0641045 commit 9227d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ls -1 */ \
6767
| grep \"^2025\" \
6868
| sort -r \
6969
| tail -n +4 \
70-
| xargs -r -I{} echo rm -rf \"{}\"'"
70+
| xargs -r -I{} rm -rf \"{}\"'"
7171

7272

7373
ifeq ($(FORCE_DEPLOY), true)

0 commit comments

Comments
 (0)