Skip to content

Commit 329b9d5

Browse files
committed
whatever
1 parent f4e5948 commit 329b9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ preview:
5959
@echo "Open the preview site at: $(PREVIEW_SITE_URL)\n\n"
6060
@echo "\n**** Cleaning up old releases (keep latest 3, skip 'current')...\n"
6161
$(REMOTE_CMD) bash -c "'cd $(RELEASES_DIR) && ls -1dt */ | grep -v \"^current/?$$\" | grep -v \"^$(TIMESTAMP)/$$\" | tail -n +4 | xargs -r echo rm -rf'" | tee /dev/stdout
62+
@echo "whatever"
6263

6364

6465
ifeq ($(FORCE_DEPLOY), true)

0 commit comments

Comments
 (0)