Skip to content

Commit

Permalink
Merge pull request #261 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 31, 2023
2 parents c2f9fbf + 7142ad1 commit c7180ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ all: build images check

CONTAINER_RUNTIME ?= podman

NO_DOCKER ?= 0
NO_DOCKER ?= 1
ifeq ($(NO_DOCKER), 1)
DOCKER_CMD =
IMAGE_BUILD_CMD = imagebuilder
Expand Down

0 comments on commit c7180ae

Please sign in to comment.