Reputation: 165
Here is the scenario I am dealing with:
I need to find a way to either:
Happy to add more explanation if needed.
Upvotes: 1
Views: 707
Reputation: 94912
From the section Using Resources External to Your Repository:
git submodule
, and has advanced SSH key management to let you access multiple repositories from a single test suite. From your project’s Project Settings > Checkout SSH keys page, you can add a “user key” with one-click, allowing you access code from multiple repositories in your test suite. Git submodules can be easily set up in your circle.yml file (see example 1).curl
or wget
.(Or just using git clone
without submodules.)
Upvotes: 2