Fix lint and bazel

This commit is contained in:
Bowei Du
2018-01-09 23:09:08 -08:00
parent 8cdfe36267
commit 3cde2613ff
4 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# Copyright 2018 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,6 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
set -o nounset
set -o pipefail