tweag / rules_sh

Shell rules for Bazel
Apache License 2.0
42 stars 3 forks source link

Define Bazel version in buildkite pipeline #5

Closed aherrmann closed 4 years ago

aherrmann commented 4 years ago

The pipeline will fetch the Bazel version it requires, use it for the tests pipline, and clean-up when done.

Similar to https://github.com/tweag/rules_haskell/pull/1141, solves https://github.com/tweag/rules_sh/issues/4 for rules_sh.

aherrmann commented 4 years ago

I think I've messed up the mergify config, so merged manually.