fix: remove invalid read command from dev:nuke task

This commit is contained in:
Mistral Vibe
2026-04-08 15:36:50 +02:00
parent 9617946d10
commit 2f2fab0fda

View File

@@ -109,7 +109,6 @@ tasks:
cmds: cmds:
- echo "WARNING: This will remove ALL rehearsalhub containers, networks, and volumes" - echo "WARNING: This will remove ALL rehearsalhub containers, networks, and volumes"
- echo "Press Enter to continue or Ctrl+C to cancel" - echo "Press Enter to continue or Ctrl+C to cancel"
- read dummy
- "{{.COMPOSE}} {{.DEV_FLAGS}} down -v" - "{{.COMPOSE}} {{.DEV_FLAGS}} down -v"
- docker system prune -f --volumes - docker system prune -f --volumes
- echo "Complete cleanup performed" - echo "Complete cleanup performed"