Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 20, 2020 09:29
presubmits:
kubernetes/community:
- name: pull-community-verify # convention: (job type)-(repo name)-(suite name)
branches:
- master
decorate: true
always_run: true
spec:
containers:
- image: golang:1.12.5
command:
- /bin/bash
args:
- -c
- "export PATH=$GOPATH/bin:$PATH && make verify"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment