mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Add stubs for windows CI
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 9a2eb8b162e4df0533aeafc2e8d7bb9bbadb8234 Component: engine
This commit is contained in:
7
components/engine/hack/make/validate-dco
Executable file
7
components/engine/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
components/engine/hack/make/validate-gofmt
Executable file
7
components/engine/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
components/engine/hack/make/validate-pkg
Executable file
7
components/engine/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
|
||||
Reference in New Issue
Block a user