Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 519 Bytes

Example Bazel-based Sematic pipeline

This repo is an example of how to use the sematic_pipeline Bazel rule.

See the Sematic documentation for more details.

Usage

In this repo, the following should run a remote pipeline (given all steps in the docs have been completed):

$ bazel run //example_bazel:main

Requirements

To update requirements, first update requirements.in and then use:

$ bazel run //:requirements.update