This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/radtriste-fix-pipelines by 
this push:
     new 1ac94d51 invoke bash explicitly to process bash directives
1ac94d51 is described below

commit 1ac94d51acd56d124ae83a720cab0950b03195ec
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]

Reply via email to