firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.03k stars 115 forks source link

fix: git remote get-url origin for git:// can contain dots #1218

Closed firecow closed 1 month ago

firecow commented 1 month ago

The regexr comment actually had the solution. @ANGkeith // regexr.com/7vjoq

Our current solution dosn't work if projects containers a .

git@github.com:fire/cow/example.com.git

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sgaist commented 1 month ago

Nice ! I was about to submit a patch for it :-)