Created
July 20, 2020 09:29
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