Skip to content

Commit

Permalink
Merge pull request #74 from damdo/run-tests-natively
Browse files Browse the repository at this point in the history
OCPBUGS-18338: Fix CI by running tests natively by default
  • Loading branch information
openshift-merge-robot committed Aug 30, 2023
2 parents a8a3164 + b177e32 commit bb6ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,7 +45,7 @@ export GOPROXY
GOARCH ?= $(shell go env GOARCH)
GOOS ?= $(shell go env GOOS)

NO_DOCKER ?= 0
NO_DOCKER ?= 1

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

0 comments on commit bb6ee06

Please sign in to comment.