diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index dda8384299d1e..04ca26baa62cc 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -209,7 +209,7 @@ tests: export GOCACHE=/tmp/ export GOLANGCI_LINT_CACHE=/tmp/.cache export GOPROXY=https://proxy.golang.org - golangci-lint run --verbose --print-resources-usage --timeout=5m0s --new-from-rev=75173a17cf + golangci-lint run --verbose --print-resources-usage --new-from-rev=75173a17cf container: clone: true from: golangci-lint