Add ability to pull from repo url#233
Conversation
|
fix #175 |
|
WHOA! thank you for this! I don't know if i'll have time to look it over today, but i'll give it a peak next week (or possibly this weekend) |
|
Ok, jeesh, we finally just got that big DSL refactor merged in. Would you mind updating this branch? Hopefully the merge conflicts aren't too major if there are any. NOTE: After the refactor I just merged in |
|
I've just seen the DSL refactor, it's great ! Do you have any idea about the best way to integrate this test ? |
|
I would look at setting up a fixture project that also contains a second checkout of the git repo somewhere locally (could even be inside the docker container). Then add the second local repo as a remote of the main project git repo. That should allow you to test that your pull method works. You could have the 'remote' repo set up to be like one commit ahead or behind so that you can verify commit hashes and assert that you see the one you would expect. |
|
Updated the branch. |
|
Thank you @StephaneRob and @rjanja, this is rad! |
Uh oh!
There was an error while loading. Please reload this page.