...

Text file src/github.com/openshift/client-go/hack/verify-codegen.sh

Documentation: github.com/openshift/client-go/hack

     1#!/bin/bash
     2
     3set -o errexit
     4set -o nounset
     5set -o pipefail
     6
     7SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
     8VERIFY=--verify-only ${SCRIPT_ROOT}/hack/update-codegen.sh

View as plain text