Merge pull request #69266 from SataQiu/fix-20180930

Remove the redundant space
This commit is contained in:
k8s-ci-robot
2018-11-02 08:38:37 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ run_kubectl_diff_tests() {
output_message=$(! kubectl diff -f hack/testdata/pod-changed.yaml)
kube::test::if_has_string "${output_message}" 'k8s.gcr.io/pause:3.0'
kubectl delete -f hack/testdata/pod.yaml
kubectl delete -f hack/testdata/pod.yaml
set +o nounset
set +o errexit