File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
resources :
2
2
- name : git-repo
3
3
type : git
4
+ icon : github
4
5
source :
5
6
uri : https://github.com/spring-io/github-changelog-generator
6
7
username : ((github-username))
@@ -9,25 +10,29 @@ resources:
9
10
ignore_paths : ["ci/images/*"]
10
11
- name : ci-images-git-repo
11
12
type : git
13
+ icon : github
12
14
source :
13
15
uri : https://github.com/spring-io/github-changelog-generator
14
16
branch : master
15
17
paths : ["ci/images/*"]
16
18
- name : ci-image
17
19
type : docker-image
20
+ icon : docker
18
21
source :
19
22
repository : springci/github-changelog-generator-ci
20
23
username : ((docker-hub-username))
21
24
password : ((docker-hub-password))
22
25
tag : master
23
26
- name : github-changelog-generator-image
24
27
type : docker-image
28
+ icon : docker
25
29
source :
26
30
repository : springio/github-changelog-generator
27
31
username : ((docker-hub-username))
28
32
password : ((docker-hub-password))
29
33
- name : github-release
30
34
type : github-release
35
+ icon : briefcase-download
31
36
source :
32
37
owner : spring-io
33
38
repository : github-changelog-generator
You can’t perform that action at this time.
0 commit comments