Created
July 20, 2020 09:29
-
-
Save velotiotech/866aa7cad2d12edeaaafa4aed3bd9fb5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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