From aad3941080cee890a0b8f496afcb257cb886b32c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 27 Oct 2016 08:14:08 -0400 Subject: [PATCH] Delete go.sh --- go.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100755 go.sh diff --git a/go.sh b/go.sh deleted file mode 100755 index ca473ad65..000000000 --- a/go.sh +++ /dev/null @@ -1 +0,0 @@ -go test ./terraform -Xnew-apply -Xnew-destroy | grep -E '(FAIL|panic)' | tee /dev/tty | wc -l