diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index ac5a8f33a24a8..626ecf3cc6f0d 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -47,7 +47,7 @@ build_root: tag: golang-1.10 tests: - as: unit - commands: go test ./pkg/... + commands: go test -tags containers_image_openpgp ./pkg/... container: from: src - as: gofmt @@ -55,7 +55,7 @@ tests: container: from: src - as: govet - commands: IS_CONTAINER=TRUE ./hack/go-vet.sh ./... + commands: IS_CONTAINER=TRUE ./hack/go-vet.sh -tags containers_image_openpgp ./... container: from: src - as: golint