From 0df6d60fea416f1d5fda06995d5e3ca5ab6aba28 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 16 Oct 2020 15:29:50 +0200 Subject: [PATCH] Fix GitHub icon in build pipeline --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index f22da01dbe..38e7a4f4d8 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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: location: Europe/Vienna - name: ci-images-git-repo type: git - icon: github-circle + icon: github source: uri: ((github-repo)) branch: ((branch))