Browse code

Add stubs for windows CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>

Daniel Nephin authored on 2016/11/02 05:57:46
Showing 3 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,7 @@
0
+#!/bin/bash
1
+#
2
+# This file is a stub. It exists because windowsRS1 calls this script directly 
3
+# instead of using a proper interface. It should be removed once windows CI is 
4
+# fixed.
5
+#
6
+$SCRIPTDIR/validate/dco
0 7
new file mode 100755
... ...
@@ -0,0 +1,7 @@
0
+#!/bin/bash
1
+#
2
+# This file is a stub. It exists because windowsRS1 calls this script directly 
3
+# instead of using a proper interface. It should be removed once windows CI is 
4
+# fixed.
5
+#
6
+$SCRIPTDIR/validate/gofmt
0 7
new file mode 100755
... ...
@@ -0,0 +1,7 @@
0
+#!/bin/bash
1
+#
2
+# This file is a stub. It exists because windowsRS1 calls this script directly 
3
+# instead of using a proper interface. It should be removed once windows CI is 
4
+# fixed.
5
+#
6
+$SCRIPTDIR/validate/pkg-imports