ソースを参照

Add stubs for windows CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Daniel Nephin 8 年 前
コミット
9a2eb8b162
3 ファイル変更21 行追加0 行削除
  1. 7 0
      hack/make/validate-dco
  2. 7 0
      hack/make/validate-gofmt
  3. 7 0
      hack/make/validate-pkg

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
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