Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
mira
mira-backend-service
Commits
faa431a0
Commit
faa431a0
authored
1 year ago
by
weiezzhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add log
parent
d045c93e
master
develop
v1.1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cmd/config.yaml
cmd/config.yaml
+2
-2
core/ctrl/apis/job/create_job_handler.go
core/ctrl/apis/job/create_job_handler.go
+1
-1
No files found.
cmd/config.yaml
View file @
faa431a0
...
...
@@ -70,7 +70,7 @@ minio:
bucketName
:
"
result"
# mira-network-manager配置
mira-network-manager-url
:
"
http://
mira-network-manager:809
0"
mira-network-manager-url
:
"
http://
192.168.40.243:3101
0"
# mira-job-service配置
mira-job-service-url
:
"
http://mira-job-service:5005"
\ No newline at end of file
mira-job-service-url
:
"
http://192.168.40.243:31009"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
core/ctrl/apis/job/create_job_handler.go
View file @
faa431a0
...
...
@@ -377,7 +377,7 @@ func updatePort(url string, port *types.Port) error {
code
,
ok
:=
m
[
"code"
]
if
!
ok
{
return
errors
.
New
(
"
invalid code
"
)
return
errors
.
New
(
"
code not found
"
)
}
if
cast
.
ToInt
(
code
)
!=
200
{
...
...
This diff is collapsed.
Click to expand it.
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