Skip to content

Commit

Permalink
Merge pull request #57 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 ebfce99 + 53ddff8 commit 9d31a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ export GOFLAGS
GOPROXY ?=
export GOPROXY

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 9d31a58

Please sign in to comment.