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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fae131fabc Improved: pullAllPluginsSource.sh deleted local .git 
directory (OFBIZ-12927)
fae131fabc is described below

commit fae131fabcbacd13d3e00658adbc15e1bdbb6c9c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Mar 18 07:34:52 2024 +0100

    Improved: pullAllPluginsSource.sh deleted local .git directory (OFBIZ-12927)
    
    Removes useless and failing `set -e` as documented at
    
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
    
    Though I have no idea why it's failing :/
---
 pullAllPluginsSource.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pullAllPluginsSource.sh b/pullAllPluginsSource.sh
index 1008644c70..94b755aa41 100755
--- a/pullAllPluginsSource.sh
+++ b/pullAllPluginsSource.sh
@@ -18,7 +18,8 @@
 
 # Syntax: ./pullAllPluginsSource.sh
 
-set -e
+# Not needed, see 
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
+# set -e
 
 # Whatever, create anew
 if [ -d "plugins" ]

Reply via email to