build: Allow optional "nodeploy" tag to exclude deploy command from bin

Fixes #7826
This commit is contained in:
Eric Hagman 2020-10-23 03:03:41 -04:00 committed by GitHub
parent 3400aff258
commit f465c5c307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 66 additions and 2 deletions

View file

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nodeploy
package deploy
import (