Skip to content

Commit

Permalink
Merge pull request #1175 from awgreene/test
Browse files Browse the repository at this point in the history
BUG: Fix CI Unit tests.
  • Loading branch information
openshift-merge-robot authored Dec 6, 2019
2 parents 8d52709 + 19d703d commit 5f08f57
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 5f08f57

Please sign in to comment.