summaryrefslogtreecommitdiffstats
path: root/deploy/cloudfront.go
diff options
context:
space:
mode:
authorEric Hagman <emhagman@gmail.com>2020-10-23 03:03:41 -0400
committerGitHub <noreply@github.com>2020-10-23 09:03:41 +0200
commitf465c5c3079261eb7fa513e2d2793851b9c52b83 (patch)
tree9d39a3601ad2563d939e6b0e53eb24553cfb5077 /deploy/cloudfront.go
parent3400aff2588cbf9dd4629c05537d16b019d0fdf5 (diff)
build: Allow optional "nodeploy" tag to exclude deploy command from bin
Fixes #7826
Diffstat (limited to 'deploy/cloudfront.go')
-rw-r--r--deploy/cloudfront.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/cloudfront.go b/deploy/cloudfront.go
index dbdf9baf4..5e9a7a409 100644
--- a/deploy/cloudfront.go
+++ b/deploy/cloudfront.go
@@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+// +build !nodeploy
+
package deploy
import (