Skip to content

Commit

Permalink
ci: fix github url in specfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoldegrove committed May 23, 2022
1 parent bad5c7b commit e219a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/obs/grafana-ha-cluster-dashboards/_service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/%%REPOSITORY%%.git</param>
<param name="url">https://github.com/%%REPOSITORY%%.git</param>
<param name="scm">git</param>
<param name="revision">%%REVISION%%</param>
<param name="include">dashboards</param>
Expand Down
2 changes: 1 addition & 1 deletion packaging/obs/prometheus-ha_cluster_exporter/_service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/%%REPOSITORY%%.git</param>
<param name="url">https://github.com/%%REPOSITORY%%.git</param>
<param name="scm">git</param>
<param name="revision">%%REVISION%%</param>
<param name="exclude">.git</param>
Expand Down

0 comments on commit e219a02

Please sign in to comment.