diff --git a/components/engine/hack/make/validate-dco b/components/engine/hack/make/validate-dco new file mode 100755 index 0000000000..bc6371da90 --- /dev/null +++ b/components/engine/hack/make/validate-dco @@ -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 diff --git a/components/engine/hack/make/validate-gofmt b/components/engine/hack/make/validate-gofmt new file mode 100755 index 0000000000..ecdc074c60 --- /dev/null +++ b/components/engine/hack/make/validate-gofmt @@ -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 diff --git a/components/engine/hack/make/validate-pkg b/components/engine/hack/make/validate-pkg new file mode 100755 index 0000000000..773e03bdd6 --- /dev/null +++ b/components/engine/hack/make/validate-pkg @@ -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