Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Jul 26, 2023
1 parent c56cdf9 commit 1a0c344
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0c344

Please sign in to comment.