浏览代码

Add test/clean.sh script

Mike Dillon 10 年之前
父节点
当前提交
3942555ab3
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/clean.sh

+ 4 - 0
test/clean.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+docker images -q 'librarytest/*' | xargs docker rmi -f