blob: 23a35eb12d125c09b8327092f6011269db850774 [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.contrib.jq;
message InputProperties {
// If set, don't publish jq to CIPD after building.
bool dry_run = 1;
}