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

Commit

Permalink
add icon to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Apr 17, 2019
1 parent d38bcfd commit 682a05a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/bases/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ resource_types:
resources:
- name: pr
type: pull-request
icon: source-pull
webhook_token: ((webhook-token))
source:
repository: cappyzawa/cf-push-with-vault
access_token: ((github-access-token))
- name: repo
type: git
webhook_token: ((webhook-token))
icon: github-circle
source:
branch: master
uri: https://github.com/cappyzawa/cf-push-with-vault
- name: version
type: semver
icon: tag
source:
driver: git
uri: git@github.com:cappyzawa/cf-push-with-vault
Expand All @@ -29,6 +32,7 @@ resources:
file: VERSION
- name: release
type: github-release
icon: package-variant-closed
source:
owner: cappyzawa
repository: cf-push-with-vault
Expand Down

0 comments on commit 682a05a

Please sign in to comment.