Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-api
Commits
05f32214
Commit
05f32214
authored
Mar 11, 2021
by
温海元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
3ba20050
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
repoServiceNew.js
app/service/repoServiceNew.js
+1
-1
No files found.
app/service/repoServiceNew.js
View file @
05f32214
...
...
@@ -56,7 +56,7 @@ async function getRepoOfNs(ctx, ns) {
repos
.
forEach
((
item
)
=>
{
const
tags
=
item
.
tags
||
[
LASTEST
]
tags
.
forEach
((
tag
)
=>
{
//
console.log(1, item, ctx._domains[item.appname])
console
.
log
(
1
,
item
,
ctx
.
_domains
[
item
.
appname
])
m
.
push
({
// 部署时用于选择服务模板
type
:
isBaseRepo
?
item
.
appname
:
ctx
.
_domains
[
item
.
appname
].
type
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment