From a4919ae339bd4a1b2b1168d5ccfed3c6051aad69 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 23 Jan 2023 18:43:03 +0000 Subject: [PATCH] removed file not required Signed-off-by: Mark Bolwell --- .github/workflows/test.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/workflows/test.sh diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh deleted file mode 100644 index 1a7202a..0000000 --- a/.github/workflows/test.sh +++ /dev/null @@ -1,6 +0,0 @@ -RHEL7=$(grep -c RHEL7 OS.tfvars) -if [ `echo $?` != 0 ]; then - exit 0 -fi - -