Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Zadig
Commits
5cb1742c
Unverified
Commit
5cb1742c
authored
3 years ago
by
flyer
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1178 from flyer103/release-1.10.0
cherry-pick #1155
parents
1e0bc485
b2fc5de0
release-v1.10.0-20220331
release-1.10.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/microservice/reaper/executor/executor.go
+1
-0
pkg/microservice/reaper/executor/executor.go
with
1 addition
and
0 deletions
+1
-0
pkg/microservice/reaper/executor/executor.go
+
1
-
0
View file @
5cb1742c
...
@@ -45,6 +45,7 @@ func Execute() error {
...
@@ -45,6 +45,7 @@ func Execute() error {
resultMsg
:=
types
.
JobSuccess
resultMsg
:=
types
.
JobSuccess
if
err
!=
nil
{
if
err
!=
nil
{
resultMsg
=
types
.
JobFail
resultMsg
=
types
.
JobFail
log
.
Errorf
(
"Failed to run: %s."
,
err
)
}
}
log
.
Infof
(
"Job Status: %s"
,
resultMsg
)
log
.
Infof
(
"Job Status: %s"
,
resultMsg
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help