Skip to content

Commit

Permalink
remove unnecessary output
Browse files Browse the repository at this point in the history
  • Loading branch information
worxli committed Nov 22, 2018
1 parent 1bbd127 commit c0a6b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/clean_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

cntrs="$(docker ps -aq)"
[ -n "$cntrs" ] && { echo "Remove leftover containers: $cntrs"; docker rm -f $cntrs; }
[ -n "$cntrs" ] && { echo "Remove leftover containers..."; docker rm -f $cntrs; }

echo "Remove leftover networks"
docker network prune -f
Expand Down

0 comments on commit c0a6b86

Please sign in to comment.