Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 563 Bytes

Estafette CI

The estafette-ci-manifest library is part of the Estafette CI system documented at https://estafette.io.

Please file any issues related to Estafette CI at https://github.com/estafette/estafette-ci-central/issues

Estafette-ci-manifest

This library contains the build manifest classes and helpers for the Estafette CI build system.

Development

To start development run

git clone [email protected]:estafette/estafette-ci-manifest.git
cd estafette-ci-manifest

Before committing your changes run

go test
go mod tidy