From b503f5c7a181e465ad284192513bf9f05e941a66 Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Fri, 19 Jun 2020 17:43:09 -0400 Subject: [PATCH] Update github icon github-circle was renamed to github Signed-off-by: Taylor Silva --- pipelines/git-triggered.yml | 2 +- pipelines/golang-lib.yml | 2 +- pipelines/nodejs-app-testing.yml | 2 +- pipelines/php-larvel-app-testing.yml | 2 +- pipelines/rails-app-testing.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines/git-triggered.yml b/pipelines/git-triggered.yml index 3d0d8a7..abf2332 100644 --- a/pipelines/git-triggered.yml +++ b/pipelines/git-triggered.yml @@ -2,7 +2,7 @@ resources: - name: concourse-docs-git type: git - icon: github-circle + icon: github source: uri: https://github.com/concourse/docs diff --git a/pipelines/golang-lib.yml b/pipelines/golang-lib.yml index bec3707..169bb87 100644 --- a/pipelines/golang-lib.yml +++ b/pipelines/golang-lib.yml @@ -2,7 +2,7 @@ resources: - name: golang-mock-git type: git - icon: github-circle + icon: github source: uri: https://github.com/golang/mock.git diff --git a/pipelines/nodejs-app-testing.yml b/pipelines/nodejs-app-testing.yml index ff267ee..b62485e 100644 --- a/pipelines/nodejs-app-testing.yml +++ b/pipelines/nodejs-app-testing.yml @@ -2,7 +2,7 @@ resources: - name: nodejs.org-git type: git - icon: github-circle + icon: github source: uri: https://github.com/nodejs/nodejs.org.git diff --git a/pipelines/php-larvel-app-testing.yml b/pipelines/php-larvel-app-testing.yml index 867a0e5..d53ff78 100644 --- a/pipelines/php-larvel-app-testing.yml +++ b/pipelines/php-larvel-app-testing.yml @@ -2,7 +2,7 @@ resources: - name: larvel-websockets-git type: git - icon: github-circle + icon: github source: uri: https://github.com/beyondcode/laravel-websockets.git diff --git a/pipelines/rails-app-testing.yml b/pipelines/rails-app-testing.yml index 0b9fe76..04d38d9 100644 --- a/pipelines/rails-app-testing.yml +++ b/pipelines/rails-app-testing.yml @@ -2,7 +2,7 @@ resources: - name: rails-contributors-git type: git - icon: github-circle + icon: github source: uri: https://github.com/rails/rails-contributors.git