Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 398 Bytes

Earthfile.md

File metadata and controls

17 lines (17 loc) · 398 Bytes
graph TD
	build --> build-helm
	build --> build-image
	build-binary --> go-deps
	build-image --> build-binary
	ci-golang --> lint-golang
	ci-golang --> test-golang
	ci-helm --> test-helm
	continuous-deploy --> build-helm
	lint-golang --> go-deps
	release --> build-image
	release --> release-binaries
	release-binaries --> build-binaries
	test --> ci-golang
	test-golang --> go-deps
Loading