Browse Source

Fix GitHub icon in build pipeline

pull/25925/head
Brian Clozel 4 years ago
parent
commit
0df6d60fea
  1. 4
      ci/pipeline.yml

4
ci/pipeline.yml

@ -55,7 +55,7 @@ resource_types: @@ -55,7 +55,7 @@ resource_types:
resources:
- name: git-repo
type: git
icon: github-circle
icon: github
source:
uri: ((github-repo))
username: ((github-username))
@ -70,7 +70,7 @@ resources: @@ -70,7 +70,7 @@ resources:
location: Europe/Vienna
- name: ci-images-git-repo
type: git
icon: github-circle
icon: github
source:
uri: ((github-repo))
branch: ((branch))

Loading…
Cancel
Save