forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublishing-staging-rules.yaml
40 lines (40 loc) · 1023 Bytes
/
publishing-staging-rules.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
skip-godeps: true
skip-gomod: true
skip-tags: true
rules:
- destination: openshift-apiserver
branches:
- name: release-4.2
source:
branch: master
dir: staging/src/github.com/openshift/openshift-apiserver
- destination: oc
branches:
- name: master
source:
branch: master
dir: staging/src/github.com/openshift/oc
- destination: template-service-broker
branches:
- name: master
source:
branch: master
dir: staging/src/github.com/openshift/template-service-broker
- destination: openshift-controller-manager
branches:
- name: master
source:
branch: master
dir: staging/src/github.com/openshift/openshift-controller-manager
- destination: oauth-server
branches:
- name: master
source:
branch: master
dir: staging/src/github.com/openshift/oauth-server
- destination: sdn
branches:
- name: master
source:
branch: master
dir: staging/src/github.com/openshift/sdn