Adding note regarding which script requires another script to be run before that

This commit is contained in:
nikhiljindal
2016-04-18 17:56:23 -07:00
parent ff06f1e200
commit be5b842eb3
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ set -o errexit
set -o nounset
set -o pipefail
echo "Note: This assumes that swagger spec has been updated. Please run hack/update-swagger-spec.sh to ensure that."
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
kube::golang::setup_env