Skip to content

Instantly share code, notes, and snippets.

@nikhita
Last active December 4, 2019 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhita/f20cc1f4b22934ccb049ee8823c959c7 to your computer and use it in GitHub Desktop.
Save nikhita/f20cc1f4b22934ccb049ee8823c959c7 to your computer and use it in GitHub Desktop.
recursive-delete-patterns:
- BUILD
- "*/BUILD"
- BUILD.bazel
- "*/BUILD.bazel"
- Gopkg.toml
rules:
- destination: apimachinery
library: true
branches:
- source:
branch: release-1.17
dir: staging/src/k8s.io/apimachinery
name: release-1.17
go: 1.13.4
- destination: api
library: true
branches:
- source:
branch: release-1.17
dir: staging/src/k8s.io/api
name: release-1.17
go: 1.13.4
dependencies:
- repository: apimachinery
branch: release-1.17
- destination: client-go
library: true
branches:
- source:
branch: release-1.17
dir: staging/src/k8s.io/client-go
name: release-14.0
go: 1.13.4
dependencies:
- repository: apimachinery
branch: release-1.17
- repository: api
branch: release-1.17
smoke-test: |
# assumes GO111MODULE=on
go build ./...
go test ./...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment