atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Check bazel version #301

Closed ash2k closed 6 years ago

nilebox commented 6 years ago

LGTM, but the build fails

ash2k commented 6 years ago

Build fails because we need newer bazel in Travis :)

(10:34:40) ERROR: /home/travis/gopath/src/github.com/atlassian/smith/WORKSPACE:47:1: Traceback (most recent call last):
    File "/home/travis/gopath/src/github.com/atlassian/smith/WORKSPACE", line 47
        versions.check(minimum_bazel_version = "0.14.0")
    File "/home/travis/.cache/bazel/_bazel_travis/21b3068201190d7334091ffc6389815b/external/bazel_skylib/lib/versions.bzl", line 104, in versions.check
        fail("\nCurrent Bazel version is {}, ...))
Current Bazel version is 0.13.1, expected at least 0.14.0