Skip to content

Commit

Permalink
Build: improve rm.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Bouvier <francis.bouvier@xerus-technologies.fr>
  • Loading branch information
Francis Bouvier committed Jun 21, 2015
1 parent be6099d commit 773add9
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions build/rm.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
docker stop etcd1
docker stop etcd2
docker stop etcd3
docker stop swarm_agent
docker stop swarm_manager
docker stop wamp_router
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

docker rm etcd1
docker rm etcd2
docker rm etcd3
docker rm swarm_agent
docker rm swarm_manager
docker rm wamp_router

rm $HOME/.pipes/discovery.json
rm -R $HOME/.pipes/

0 comments on commit 773add9

Please sign in to comment.