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:
parent
22033e1003
commit
9a2eb8b162
3 changed files with 21 additions and 0 deletions
7
hack/make/validate-dco
Executable file
7
hack/make/validate-dco
Executable 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
7
hack/make/validate-gofmt
Executable 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
7
hack/make/validate-pkg
Executable 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
|
Loading…
Add table
Reference in a new issue