diff options
Diffstat (limited to 'deploy/deploy.go')
-rw-r--r-- | deploy/deploy.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/deploy.go b/deploy/deploy.go index 96fecdc07..123cbe566 100644 --- a/deploy/deploy.go +++ b/deploy/deploy.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !nodeploy // +build !nodeploy package deploy |