Skip to content

Commit

Permalink
[ci] changed deprecated git protocol to https in osc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Apr 26, 2022
1 parent 76153f0 commit b8a9b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/t/osc/fixtures/obs-testpackage-2.8._service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="versionformat">%ad</param>
<param name="url">git://github.com/M0ses/obs-testpackage.git</param>
<param name="url">https://github.com/M0ses/obs-testpackage.git</param>
<param name="scm">git</param>
<param name="extract">dist/obs-testpackage.spec</param>
</service>
Expand Down
2 changes: 1 addition & 1 deletion dist/t/osc/fixtures/obs-testpackage._service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<services>
<service name="obs_scm">
<param name="versionformat">%ad</param>
<param name="url">git://github.com/M0ses/obs-testpackage.git</param>
<param name="url">https://github.com/M0ses/obs-testpackage.git</param>
<param name="scm">git</param>
<param name="extract">dist/obs-testpackage.spec</param>
</service>
Expand Down

0 comments on commit b8a9b65

Please sign in to comment.