Skip to content

Latest commit

 

History

History
139 lines (51 loc) · 2.78 KB

File metadata and controls

139 lines (51 loc) · 2.78 KB

README Header

build-harness

Module description

The build-harness project is to provide a centralised repository to facilitate building documentation, Dockerfiles, Helm charts, and more.

It's designed to work with any CI/CD

Project: %!s() : [%!s()] | [%!s()]

Usage

In your root repository of the codebase, at the top of your Makefile add, the following...

include $(shell rm -rf *build-harness)$(shell git clone "https://github.com/Callumccr/build-harness.git")

This will download a Makefile called .build-harness and include it at run-time. We recommend adding the .build-harness file to your .gitignore. This automatically exposes many new targets that you can leverage throughout your build & CI/CD process.

One you've pulled down build-harness, you can run a series of make commands to perform various actions

Related Projects

You can find more Terraform Modules by vising the link.

Additionally, check out these other related, and maintained projects.

References

For additional context, refer to some of these links.

Help

Got a question? We got answers.

File a Github issue, or message us on Slack

Contributors

Callum Robertson
Callum Robertson


README Footer