1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add stubs for windows CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-11-01 16:57:46 -04:00
parent 22033e1003
commit 9a2eb8b162
3 changed files with 21 additions and 0 deletions

7
hack/make/validate-dco Executable file
View file

@ -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
hack/make/validate-gofmt Executable file
View file

@ -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
hack/make/validate-pkg Executable file
View file

@ -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