diff options
author | László Csomor <laszlocsomor@users.noreply.github.com> | 2019-03-25 20:27:35 +0100 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-03-25 12:27:35 -0700 |
commit | cb9ab2fe58eed8b344d472a125499d18a410b124 (patch) | |
tree | ad6dbfab48e13b1f9fcbace045eccce2fc190f52 | |
parent | 4cbff97c4377b49517286cce3a60b6b28f5e969e (diff) | |
download | flatbuffers-cb9ab2fe58eed8b344d472a125499d18a410b124.tar.gz flatbuffers-cb9ab2fe58eed8b344d472a125499d18a410b124.tar.bz2 flatbuffers-cb9ab2fe58eed8b344d472a125499d18a410b124.zip |
Bazel CI: fix bad value in yml (#5262)
Use the "simple format" defined here:
https://github.com/bazelbuild/continuous-integration/blob/69cf7ec23d984dcbb41fffe946e07ebf5ab7e0f1/buildkite/bazelci.py#L1453
This will unbreak the "Bazel / FlatBuffers"
pipeline on Bazel CI, see
https://buildkite.com/bazel/flatbuffers
-rw-r--r-- | .bazelci/presubmit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0ad9d318..13fc184f 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,5 +1,5 @@ --- -buildifier: true +buildifier: latest platforms: ubuntu1404: build_targets: |