Commit 75c77533 authored by rockyl's avatar rockyl

show git url

parent ba00cb05
Pipeline #72636 failed with stages
in 0 seconds
......@@ -49,6 +49,7 @@ function prepareConfig() {
function cloneTemplate() {
console.log('Cloning template...');
const url = program.repository ? templateName : `git@gitlab2.dui88.com:laoqifeng/${templateName}.git`;
console.log('Cloning template from', url);
return gitClone(url, projectName).then(
() => {
console.log('Clone template success');
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment