From d945441e23e8c7a5ccd541062da8e206264127fb Mon Sep 17 00:00:00 2001 From: John Howard Date: Sat, 5 Nov 2016 21:01:06 -0700 Subject: [PATCH] Remove Windows CI stubs from hack/ Signed-off-by: John Howard --- hack/make/validate-dco | 7 ------- hack/make/validate-gofmt | 7 ------- hack/make/validate-pkg | 7 ------- 3 files changed, 21 deletions(-) delete mode 100755 hack/make/validate-dco delete mode 100755 hack/make/validate-gofmt delete mode 100755 hack/make/validate-pkg diff --git a/hack/make/validate-dco b/hack/make/validate-dco deleted file mode 100755 index bc6371da90..0000000000 --- a/hack/make/validate-dco +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# -# This file is a stub. It exists because windowsRS1 calls this script directly -# instead of using a proper interface. It should be removed once windows CI is -# fixed. -# -$SCRIPTDIR/validate/dco diff --git a/hack/make/validate-gofmt b/hack/make/validate-gofmt deleted file mode 100755 index ecdc074c60..0000000000 --- a/hack/make/validate-gofmt +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# -# This file is a stub. It exists because windowsRS1 calls this script directly -# instead of using a proper interface. It should be removed once windows CI is -# fixed. -# -$SCRIPTDIR/validate/gofmt diff --git a/hack/make/validate-pkg b/hack/make/validate-pkg deleted file mode 100755 index 773e03bdd6..0000000000 --- a/hack/make/validate-pkg +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# -# This file is a stub. It exists because windowsRS1 calls this script directly -# instead of using a proper interface. It should be removed once windows CI is -# fixed. -# -$SCRIPTDIR/validate/pkg-imports