...
|
...
|
@@ -211,7 +211,7 @@ const p = { |
|
|
env: building.env
|
|
|
});
|
|
|
|
|
|
if (!doc || doc.state !== 'running' || doc.building !== buildingId) {
|
|
|
if (!doc || doc.state !== 'running' || doc.building !== building.buildTime) {
|
|
|
let info = {
|
|
|
projectId: project._id,
|
|
|
host: host,
|
...
|
...
|
|