Disable ./hack/verify-codegen.sh in CI since we don't have Docker available yet.
This seems fixable but not in a trivial way from what I could tell. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
6dd331b21d
commit
aecd005c60
@ -6,4 +6,6 @@ set -euo pipefail
|
||||
ROOT="$(realpath "$(dirname "${BASH_SOURCE[0]}")/..")"
|
||||
|
||||
"$ROOT/hack/module.sh" lint
|
||||
"$ROOT/hack/verify-codegen.sh"
|
||||
|
||||
# TODO: re-enable once we figure out how to run docker in CI
|
||||
#"$ROOT/hack/verify-codegen.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user