We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc370c commit eed79eeCopy full SHA for eed79ee
test_downstream_projects.js
@@ -17,6 +17,7 @@ function forEachDownstream(callback) {
17
const projectPath = path.resolve(DOWNSTREAMS_PATH, key);
18
if (!fs.existsSync(projectPath)) {
19
process.chdir(DOWNSTREAMS_PATH);
20
+ const giturl = config[key];
21
console.log('cloning ' + giturl);
22
util._exec('git clone '+ giturl + ' ' + key);
23
}
0 commit comments