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-10-10 17:40:55 +0800
Commit
a3311999c6bb57ebf7e3a06a9032b6f70e2c2de1
1 parent
5b6e2e2e
fix deploy bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web/actions/projects.js
apps/web/actions/projects.js
View file @
a331199
...
...
@@ -211,7 +211,7 @@ const p = {
env
:
building
.
env
});
if
(
!
doc
||
doc
.
state
!==
'running'
)
{
if
(
!
doc
||
doc
.
state
!==
'running'
||
doc
.
building
!==
buildingId
)
{
let
info
=
{
projectId
:
project
.
_id
,
host
:
host
,
...
...
Please
register
or
login
to post a comment