From 9a2eb8b162e4df0533aeafc2e8d7bb9bbadb8234 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Tue, 1 Nov 2016 16:57:46 -0400 Subject: [PATCH] Add stubs for windows CI Signed-off-by: Daniel Nephin --- hack/make/validate-dco | 7 +++++++ hack/make/validate-gofmt | 7 +++++++ hack/make/validate-pkg | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100755 hack/make/validate-dco create mode 100755 hack/make/validate-gofmt create mode 100755 hack/make/validate-pkg diff --git a/hack/make/validate-dco b/hack/make/validate-dco new file mode 100755 index 0000000000..bc6371da90 --- /dev/null +++ b/hack/make/validate-dco @@ -0,0 +1,7 @@ +#!/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 new file mode 100755 index 0000000000..ecdc074c60 --- /dev/null +++ b/hack/make/validate-gofmt @@ -0,0 +1,7 @@ +#!/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 new file mode 100755 index 0000000000..773e03bdd6 --- /dev/null +++ b/hack/make/validate-pkg @@ -0,0 +1,7 @@ +#!/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