Explorar el Código

Add test/clean.sh script

Mike Dillon hace 10 años
padre
commit
3942555ab3
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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