databuild/examples/hello_world
2025-05-03 20:52:39 -07:00
..
test Add scripts and fix tests 2025-05-03 20:31:46 -07:00
.bazelrc colors everyhere 2025-05-03 20:52:39 -07:00
BUILD.bazel Runfiles working (for now) + tests 2025-04-18 11:01:11 -07:00
configure.sh Add scripts and fix tests 2025-05-03 20:31:46 -07:00
execute.sh Initial commit 2025-04-17 15:53:55 -07:00
MODULE.bazel Initial commit 2025-04-17 15:53:55 -07:00
MODULE.bazel.lock Add oci container building 2025-04-22 00:15:08 -07:00
README.md clean up hello world 2025-04-17 16:12:55 -07:00

Hello World

Demonstrates a simple parameterized job.

Configure

$ bazel run //:test_job.cfg test_output
{"outputs":["test_output"],"inputs":[],"args":["will", "build", "test_output"],"env":{"foo":"bar"}}

Execute

Doesn't actually write an output.

$ bazel run //:test_job.cfg test_output | bazel run //:test_job
EXECUTE!
foo=bar
args=will build test_output