Skip to content

Commit

Permalink
Merge branch 'concourse-icons'
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 18, 2019
2 parents 93d1a80 + 349edaf commit 6dfce6b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions concourse/common_resources.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
- name: ci
type: git
icon: "settings"
source:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
disable_ci_skip: true # always get the latest pipeline configuration
- name: nokogiri-irc
type: irc-notification
icon: "bell"
source:
server: chat.freenode.net
port: 7070
Expand Down
1 change: 1 addition & 0 deletions concourse/nokogiri-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resources:
<%= erbify_file "common_resources.yml" -%>
- name: nokogiri-pr
type: pull-request
icon: "github-circle"
source:
repo: sparklemotion/nokogiri
access_token: {{github-repo-status-access-token}}
Expand Down
3 changes: 3 additions & 0 deletions concourse/nokogiri-pr.yml.generated
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ resource_types:
resources:
- name: ci
type: git
icon: "settings"
source:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
disable_ci_skip: true # always get the latest pipeline configuration
- name: nokogiri-irc
type: irc-notification
icon: "bell"
source:
server: chat.freenode.net
port: 7070
Expand All @@ -27,6 +29,7 @@ resources:
password: {{nokobot-irc-password}}
- name: nokogiri-pr
type: pull-request
icon: "github-circle"
source:
repo: sparklemotion/nokogiri
access_token: {{github-repo-status-access-token}}
Expand Down
1 change: 1 addition & 0 deletions concourse/nokogiri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resources:
<%= erbify_file "common_resources.yml" -%>
- name: nokogiri
type: git
icon: "github-circle"
source:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
Expand Down
3 changes: 3 additions & 0 deletions concourse/nokogiri.yml.generated
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ resource_types:
resources:
- name: ci
type: git
icon: "settings"
source:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
disable_ci_skip: true # always get the latest pipeline configuration
- name: nokogiri-irc
type: irc-notification
icon: "bell"
source:
server: chat.freenode.net
port: 7070
Expand All @@ -23,6 +25,7 @@ resources:
password: {{nokobot-irc-password}}
- name: nokogiri
type: git
icon: "github-circle"
source:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
Expand Down

0 comments on commit 6dfce6b

Please sign in to comment.