From 6a2d8b9d014f104e63e75898e15dacf4d2088353 Mon Sep 17 00:00:00 2001 From: Artem Yarmoluk Date: Mon, 27 May 2019 12:03:02 +0200 Subject: [PATCH] Fix codegen tests --- .travis.yaml | 3 --- pkg/apis/certmanager/v1alpha1/zz_generated.deepcopy.go | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yaml b/.travis.yaml index ac2995515cc..4cda8714075 100644 --- a/.travis.yaml +++ b/.travis.yaml @@ -13,8 +13,6 @@ notifications: email: false env: - # enforcing go mod in GOPATH - - GO111MODULE=on - BAZEL_VERSION=0.25.2 services: @@ -35,7 +33,6 @@ script: - make verify - make images -# calls goreleaser deploy: - provider: script skip_cleanup: true diff --git a/pkg/apis/certmanager/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/certmanager/v1alpha1/zz_generated.deepcopy.go index ac39a344965..e60ac780e27 100644 --- a/pkg/apis/certmanager/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/certmanager/v1alpha1/zz_generated.deepcopy.go @@ -628,12 +628,12 @@ func (in *CertificateSpec) DeepCopyInto(out *CertificateSpec) { if in.Duration != nil { in, out := &in.Duration, &out.Duration *out = new(v1.Duration) - **out = **in + (*in).DeepCopyInto(*out) } if in.RenewBefore != nil { in, out := &in.RenewBefore, &out.RenewBefore *out = new(v1.Duration) - **out = **in + (*in).DeepCopyInto(*out) } if in.DNSNames != nil { in, out := &in.DNSNames, &out.DNSNames