This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit 8b1180b4687f10739ce6237e1854dc3299cba742 Author: jstastny-cz <[email protected]> AuthorDate: Tue Nov 14 16:54:59 2023 +0100 invoke bash explicitly to process bash directives --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f57558c0..852d729a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clone-repos: # if the ignore_test env is not defined or false, proceed with the tests, as first step prepare the examples 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 tests/test-apps && export CONTAINER_ENGINE=$(BUILD_ENGINE) && bash clone-repo.sh $(NATIVE) $(image_name) cd ../.. endif endif --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
