build: update to Bazel 0.14.0 (#24296)

Also update usage of the ctx.actions.args to a newer preferred API

PR Close #24296
This commit is contained in:
Alex Eagle
2018-06-04 10:30:34 -07:00
committed by Miško Hevery
parent 131602474d
commit 0d07d273dc
7 changed files with 31 additions and 30 deletions

View File

@ -12,8 +12,8 @@
## IMPORTANT
# If you change the `docker_image` version, also change the `cache_key` suffix and the version of
# `com_github_bazelbuild_buildtools` in the `/WORKSPACE` file.
var_1: &docker_image angular/ngcontainer:0.3.0
var_2: &cache_key v2-angular-{{ .Branch }}-{{ checksum "yarn.lock" }}-0.3.0
var_1: &docker_image angular/ngcontainer:0.3.1
var_2: &cache_key v2-angular-{{ .Branch }}-{{ checksum "yarn.lock" }}-0.3.1
# Define common ENV vars
var_3: &define_env_vars