Commit 05f32214 authored by 温海元's avatar 温海元

test

parent 3ba20050
...@@ -56,7 +56,7 @@ async function getRepoOfNs(ctx, ns) { ...@@ -56,7 +56,7 @@ async function getRepoOfNs(ctx, ns) {
repos.forEach((item) => { repos.forEach((item) => {
const tags = item.tags || [LASTEST] const tags = item.tags || [LASTEST]
tags.forEach((tag) => { tags.forEach((tag) => {
// console.log(1, item, ctx._domains[item.appname]) console.log(1, item, ctx._domains[item.appname])
m.push({ m.push({
// 部署时用于选择服务模板 // 部署时用于选择服务模板
type: isBaseRepo ? item.appname : ctx._domains[item.appname].type, type: isBaseRepo ? item.appname : ctx._domains[item.appname].type,
......
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