Skip to content

Commit

Permalink
fixing need build (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Oct 25, 2018
1 parent c0b936a commit 37f7248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Service.php
Expand Up @@ -100,7 +100,7 @@ public static function parsePayload(array $payload): Service
);
}
$service->virtualHosts = $s['virtualHosts'] ?? [];
$service->needBuild = $s['needBuild'] ?? null;
$service->needBuild = $s['needBuild'] ?? false;
}
$service->dockerfileCommands = $payload['dockerfileCommands'] ?? [];

Expand Down

0 comments on commit 37f7248

Please sign in to comment.