We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45618bd + 5ad53b3 commit face1f3Copy full SHA for face1f3
app/templates/components/badge-gitlab.hbs
@@ -1,6 +1,6 @@
1
<a href="https://gitlab.com/{{ repository }}/pipelines">
2
<img
3
- src="https://gitlab.com/{{ repository }}/badges/{{ branch }}/build.svg"
+ src="https://gitlab.com/{{ repository }}/badges/{{ branch }}/pipeline.svg"
4
alt="{{ text }}"
5
title="{{ text }}">
6
</a>
0 commit comments