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:
Matt Moyer 2020-08-06 20:52:28 -05:00
parent 6dd331b21d
commit aecd005c60

View File

@ -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"