diff --git a/src/Terrabuild/Core/Runner.fs b/src/Terrabuild/Core/Runner.fs index fba97dab..f6914654 100644 --- a/src/Terrabuild/Core/Runner.fs +++ b/src/Terrabuild/Core/Runner.fs @@ -510,7 +510,7 @@ let run (options: ConfigOptions.Options) (cache: Cache.ICache) (api: Contracts.I |> Set.forall (fun nodeId -> match nodeStatus |> Map.tryFind nodeId with | Some info -> info.Status.IsSuccess - | _ -> true) + | _ -> false) let buildInfo = { Summary.Commit = headCommit.Sha