We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3db702 commit bc70e74Copy full SHA for bc70e74
Makefile
@@ -62,6 +62,7 @@ preview:
62
for dir in $(ls -1dt */ | sed \"s:/*$$::\" | grep -v ^current$$ | grep -v ^$(TIMESTAMP)$$ | tail -n +2); do \
63
echo rm -rf \"$$dir\"; \
64
done"' | tee /dev/stdout
65
+ @echo "Need more"
66
67
68
ifeq ($(FORCE_DEPLOY), true)
0 commit comments