Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-12-01 11:33:48 +0800
Commit
4f284941b94f4bdecc44c46818e3fe508f07ce0c
1 parent
85adc348
fix state bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web/actions/api.js
apps/web/actions/api.js
View file @
4f28494
...
...
@@ -248,7 +248,7 @@ r.get('/state', async (ctx) => {
let
redeploy
=
false
;
let
deploys
=
_
.
map
(
doc
,
d
=>
{
if
(
d
.
state
!==
'
success
'
&&
d
.
state
!==
'fail'
)
{
if
(
d
.
state
!==
'
running
'
&&
d
.
state
!==
'fail'
)
{
finish
=
false
;
}
...
...
Please
register
or
login
to post a comment