Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 682a05a

Browse files
author
cappyzawa
committed
add icon to pipeline
1 parent d38bcfd commit 682a05a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/bases/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ resource_types:
88
resources:
99
- name: pr
1010
type: pull-request
11+
icon: source-pull
1112
webhook_token: ((webhook-token))
1213
source:
1314
repository: cappyzawa/cf-push-with-vault
1415
access_token: ((github-access-token))
1516
- name: repo
1617
type: git
1718
webhook_token: ((webhook-token))
19+
icon: github-circle
1820
source:
1921
branch: master
2022
uri: https://github.com/cappyzawa/cf-push-with-vault
2123
- name: version
2224
type: semver
25+
icon: tag
2326
source:
2427
driver: git
2528
uri: git@github.com:cappyzawa/cf-push-with-vault
@@ -29,6 +32,7 @@ resources:
2932
file: VERSION
3033
- name: release
3134
type: github-release
35+
icon: package-variant-closed
3236
source:
3337
owner: cappyzawa
3438
repository: cf-push-with-vault

0 commit comments

Comments
 (0)