Merge pull request #40546 from ixdy/bazel-release-tars

Automatic merge from submit-queue

Default EMBED_LICENSE_TARGETS=true for make bazel-release

**What this PR does / why we need it**: the cluster startup scripts currently fail if `LICENSES` or `kubernetes-src.tar.gz` don't exist, e.g. https://github.com/kubernetes/kubernetes/blob/master/cluster/gce/gci/configure.sh#L180-L181.

**Release note**:

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-01-26 17:00:49 -08:00 committed by GitHub
commit be83545593

View File

@ -512,5 +512,5 @@ bazel-release:
@echo "$$BAZEL_BUILD_HELP_INFO"
else
bazel-release:
bazel build //build/release-tars
bazel build //build/release-tars --define "EMBED_LICENSE_TARGETS=true"
endif