We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f07338 commit 5e765b3Copy full SHA for 5e765b3
1 file changed
Makefile
@@ -62,11 +62,11 @@ preview:
62
$(REMOTE_CMD) "bash -c '\
63
cd $(RELEASES_DIR) && \
64
echo \"[INFO] Cleaning:\" && \
65
-ls -1dt */ \
66
- | sed \"s:/*\\\$$::\" \
67
- | grep -v ^current\\\$$ \
68
- | grep -v ^$(TIMESTAMP)\\\$$ \
69
- | tail -n +2 \
+ls -1 */ \
+ | sed \"s:/*\\\$$::\" \
+ | grep \"^2025\" \
+ | sort -r \
+ | tail -n +4 \
70
| xargs -r -I{} echo rm -rf \"{}\"'"
71
72
0 commit comments