Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 721 Bytes

Hands on Prow

This repository will help you to understand how Prow CI/CD platform works and how to create your own one.

If you preffer to run locally (you need at least Go installed in your system), just do this:

cd /tmp && git clone https://github.com/jparrill/hands-on-prow.git
go install golang.org/x/tools/cmd/present
cd hands-on-prow
present

This is the repository to configure the Prow cluster that I've used for this presentation: