Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 20, 2020 09:29
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/866aa7cad2d12edeaaafa4aed3bd9fb5 to your computer and use it in GitHub Desktop.
Save velotiotech/866aa7cad2d12edeaaafa4aed3bd9fb5 to your computer and use it in GitHub Desktop.
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