Skip to content

Commit

Permalink
Merge pull request #1196 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1175-to-release-4.3

Bug 1783011: [release-4.3]  Fix CI Unit tests.
  • Loading branch information
openshift-merge-robot authored Dec 13, 2019
2 parents 7dfd451 + e32dd2f commit 2885b1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# OLM - Build and Test #
##########################

# Undefine GOFLAGS environment variable.
ifdef GOFLAGS
$(warning Undefining GOFLAGS set in CI)
undefine GOFLAGS
endif

SHELL := /bin/bash
PKG := github.com/operator-framework/operator-lifecycle-manager
MOD_FLAGS := $(shell (go version | grep -q -E "1\.1[1-9]") && echo -mod=vendor)
Expand Down

0 comments on commit 2885b1c

Please sign in to comment.