Showing
1 changed file
with
1 additions
and
1 deletions
@@ -211,7 +211,7 @@ const p = { | @@ -211,7 +211,7 @@ const p = { | ||
211 | env: building.env | 211 | env: building.env |
212 | }); | 212 | }); |
213 | 213 | ||
214 | - if (!doc || doc.state !== 'running' || doc.building !== buildingId) { | 214 | + if (!doc || doc.state !== 'running' || doc.building !== building.buildTime) { |
215 | let info = { | 215 | let info = { |
216 | projectId: project._id, | 216 | projectId: project._id, |
217 | host: host, | 217 | host: host, |
-
Please register or login to post a comment