blob: c11e94070244737ae02ad048d38bd475dd98cdb2 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package env
import (
buildbucketpb "go.chromium.org/luci/buildbucket/proto"
"go.fuchsia.dev/infra/cmd/recipe_wrapper/recipes"
)
type Build struct {
Environ []string
RecipesExe recipes.Checkout
Build *buildbucketpb.Build
DeferredStepsDir string
AttestationShouldUpload bool
}