Skip to content

Commit 5f08f57

Browse files
Merge pull request #1175 from awgreene/test
BUG: Fix CI Unit tests.
2 parents 8d52709 + 19d703d commit 5f08f57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# OLM - Build and Test #
33
##########################
44

5+
# Undefine GOFLAGS environment variable.
6+
ifdef GOFLAGS
7+
$(warning Undefining GOFLAGS set in CI)
8+
undefine GOFLAGS
9+
endif
10+
511
SHELL := /bin/bash
612
PKG := github.com/operator-framework/operator-lifecycle-manager
713
MOD_FLAGS := $(shell (go version | grep -q -E "1\.1[1-9]") && echo -mod=vendor)

0 commit comments

Comments
 (0)