hack: comment out autogenerated warning (#182)

Fixes #181.
This commit is contained in:
Ahmet Alp Balkan 2019-03-07 23:29:18 -08:00 committed by GitHub
parent b44d855e5c
commit a0a9852afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 6 deletions

View file

@ -34,9 +34,9 @@ print_license_header() {
print_autogenerated_warning() {
cat<<EOF
----------------------------------------------------------
WARNING: This file is autogenerated. Do not manually edit.
----------------------------------------------------------
# ----------------------------------------------------------
# WARNING: This file is autogenerated. Do not manually edit.
# ----------------------------------------------------------
EOF
}
@ -76,6 +76,8 @@ mk_kubernetes_manifests() {
}
mk_istio_manifests() {
print_license_header
print_autogenerated_warning
read_manifests "${SCRIPTDIR}/../istio-manifests"
}