Last active
September 12, 2019 05:36
-
-
Save nikhita/7bc4ac73282c21bf7a321290869a010a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
recursive-delete-patterns: | |
- BUILD | |
- "*/BUILD" | |
- BUILD.bazel | |
- "*/BUILD.bazel" | |
- Gopkg.toml | |
rules: | |
- destination: code-generator | |
branches: | |
- source: | |
branch: master | |
dir: staging/src/k8s.io/code-generator | |
name: master | |
- destination: apimachinery | |
library: true | |
branches: | |
- source: | |
branch: master | |
dir: staging/src/k8s.io/apimachinery | |
name: master | |
- destination: api | |
library: true | |
branches: | |
- source: | |
branch: master | |
dir: staging/src/k8s.io/api | |
name: master | |
dependencies: | |
- repository: apimachinery | |
branch: master | |
- destination: client-go | |
library: true | |
branches: | |
- source: | |
branch: master | |
dir: staging/src/k8s.io/client-go | |
name: master | |
dependencies: | |
- repository: apimachinery | |
branch: master | |
- repository: api | |
branch: master | |
- destination: component-base | |
library: true | |
branches: | |
- source: | |
branch: master | |
dir: staging/src/k8s.io/component-base | |
name: master | |
dependencies: | |
- repository: apimachinery | |
branch: master | |
- repository: api | |
branch: master | |
- repository: client-go | |
branch: master | |
- destination: apiserver | |
library: true | |
branches: | |
- source: | |
branch: master | |
dir: staging/src/k8s.io/apiserver | |
name: master | |
dependencies: | |
- repository: apimachinery | |
branch: master | |
- repository: api | |
branch: master | |
- repository: client-go | |
branch: master | |
- repository: component-base | |
branch: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment