Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 20, 2020 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save velotiotech/8bba48f18ebfed301b2748bbc75625a6 to your computer and use it in GitHub Desktop.
Save velotiotech/8bba48f18ebfed301b2748bbc75625a6 to your computer and use it in GitHub Desktop.
.
├── docker/ # Contains docker image in which all the CI jobs will run
├── hack/ # Contains small hack scripts used in a wide range of jobs
├── hello.go
├── hello_test.go
├── Dockerfile
├── Makefile
├── prow
│ ├── cluster/ # Install prow on k8s cluster
│ ├── jobs/ # CI jobs config
│ ├── labels.yaml # Prow label config for managing github labels
│ ├── config.yaml # Prow config
│ └── plugins.yaml # Prow plugins config
└── README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment