Skip to content

Commit face1f3

Browse files
committed
Auto merge of #2008 - petergarbers:bug/correctly-display-gitlab-pipeline-badge, r=carols10cents
build.svg -> pipeline.svg to correctly display GitLab pipeline badge Fixes: #1997
2 parents 45618bd + 5ad53b3 commit face1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a href="https://gitlab.com/{{ repository }}/pipelines">
22
<img
3-
src="https://gitlab.com/{{ repository }}/badges/{{ branch }}/build.svg"
3+
src="https://gitlab.com/{{ repository }}/badges/{{ branch }}/pipeline.svg"
44
alt="{{ text }}"
55
title="{{ text }}">
66
</a>

0 commit comments

Comments
 (0)