fix: remove invalid read command from dev:nuke task
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user