blob: 942b97276c9820c78c5812dee176bb2b284fc575 [file] [log] [blame]
// Copyright 2021 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.
syntax = "proto3";
package recipes.fuchsia.jq;
message InputProps {
// If set, don't publish jq to CIPD after building.
bool dry_run = 1;
}