Skip to content

git source plugin: Fix check for remote existence

Description

Fix a bug that can prevent updating git sources. The bug was fixed on master by the larger changes in !1808 (merged), but still affects the bst-1 stable branch.

Changes proposed in this merge request:

  • Change the git source's test for existence of a remote to check for membership in the list returned by git remote, not a substring match

This merge request, when approved, will close: #1372 (closed).


Merge request reports