robwierzbowski / grunt-build-control

Version control your built code.
MIT License
380 stars 36 forks source link

Last version broke pushing #47

Closed SBoudrias closed 9 years ago

SBoudrias commented 9 years ago

Hey, the last version broke the git urls used for pushing.

You can see the failure on this log: https://travis-ci.org/yeoman/yeoman.io/builds/42038456

Basically, adding credentials, the code remove the url path. This mean it'll try pushing to: https://<CREDENTIALS>@github.com rather than https://<CREDENTIALS>@github.com/user/repo.git

kevinawoo commented 9 years ago

Can you give it a try? I added the test case for that and resolved the issue (hopefully).

SBoudrias commented 9 years ago

Working fine now, thanks!