Explorar o código

Merge pull request #639 from md5/test-clean-sh

Add test/clean.sh script
yosifkit %!s(int64=10) %!d(string=hai) anos
pai
achega
151b5960a3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      test/clean.sh

+ 4 - 0
test/clean.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+docker images 'librarytest/*' | awk 'NR>1 { print $1":"$2 }' | xargs -r docker rmi