Add stubs for windows CI

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 9a2eb8b162e4df0533aeafc2e8d7bb9bbadb8234
Component: engine
This commit is contained in:
Daniel Nephin
2016-11-01 16:57:46 -04:00
parent dd0403a2eb
commit 1747fa824e
3 changed files with 21 additions and 0 deletions

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

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

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