forked from jfrog/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.yml
36 lines (36 loc) · 885 Bytes
/
resources.yml
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
resources:
- name: charts_repo_public
type: GitRepo
configuration:
gitProvider: github_public
path: jfrog/charts
files:
exclude: pipelines/.*.yml$
branches:
include: master
buildOn:
commit: false
pullRequestCreate: false
tagCreate: false
- name: charts_repo_public_pr
type: GitRepo
configuration:
gitProvider: github_public
path: jfrog/charts
files:
exclude: pipelines/.*.yml$
buildOn:
commit: false
pullRequestCreate: true
tagCreate: false
- name: charts_repo_internal_pr_public
type: GitRepo
configuration:
gitProvider: github_private
path: jfrog/charts-internal
branches:
include: charts-public-pipelines
buildOn:
commit: false
pullRequestCreate: false
tagCreate: false