From 1a0c3442187b7ca7d6c912657647a3f17fc139f1 Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Wed, 26 Jul 2023 11:45:18 +0200 Subject: [PATCH] Update Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1a0d445f4..3d815adf0 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,7 @@ NATIVE := true clone-repos: # if the NO_TEST env defined, proceed with the tests, as first step prepare the repo to be used ifneq ($(ignore_test),true) -ifneq ($(ignore_test_prepare),true) - cd tests/test-apps && export CONTAINER_ENGINE=$(BUILD_ENGINE) && sh clone-repo.sh $(NATIVE) $(image_name) - cd ../.. -endif + cd tests/test-apps && sh clone-repo.sh $(NATIVE) endif .PHONY: list