Skip to content

Commit bb6ee06

Browse files
Merge pull request #74 from damdo/run-tests-natively
OCPBUGS-18338: Fix CI by running tests natively by default
2 parents a8a3164 + b177e32 commit bb6ee06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export GOPROXY
4545
GOARCH ?= $(shell go env GOARCH)
4646
GOOS ?= $(shell go env GOOS)
4747

48-
NO_DOCKER ?= 0
48+
NO_DOCKER ?= 1
4949

5050
ifeq ($(shell command -v podman > /dev/null 2>&1 ; echo $$? ), 0)
5151
ENGINE=podman

0 commit comments

Comments
 (0)