Skip to content

Instantly share code, notes, and snippets.

@nikhita
Last active November 13, 2019 14:15
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/2a7508c4ceda623665eb70bae24672c9 to your computer and use it in GitHub Desktop.
Save nikhita/2a7508c4ceda623665eb70bae24672c9 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: master
dir: staging/src/k8s.io/apimachinery
name: master
- source:
branch: release-1.15
dir: staging/src/k8s.io/apimachinery
name: release-1.15
go: 1.12.12
- source:
branch: release-1.16
dir: staging/src/k8s.io/apimachinery
name: release-1.16
go: 1.12.12
- 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: master
dir: staging/src/k8s.io/api
name: master
dependencies:
- repository: apimachinery
branch: master
- source:
branch: release-1.15
dir: staging/src/k8s.io/api
name: release-1.15
go: 1.12.12
dependencies:
- repository: apimachinery
branch: release-1.15
- source:
branch: release-1.16
dir: staging/src/k8s.io/api
name: release-1.16
go: 1.12.12
dependencies:
- repository: apimachinery
branch: release-1.16
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment