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 6c3294deac Fixed: pullAllPluginsSource.sh deleted local .git directory 
(OFBIZ-12927)
6c3294deac is described below

commit 6c3294deaceaf79bc1cbbd91268ad6c841063bcd
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Mar 16 09:41:29 2024 +0100

    Fixed: pullAllPluginsSource.sh deleted local .git directory (OFBIZ-12927)
    
    Removes "set -e"
    
    <<Add `set -e` early in the script to configure exit if an error occurs on 
any
    command>> did not work for a PR in GH, see
    
https://github.com/apache/ofbiz-framework/actions/runs/8306279611/job/22734750400
    
    Summary:
    Run ./pullAllPluginsSource.sh
    ##[debug]/usr/bin/bash -e 
/home/runner/work/_temp/fabb0e97-ff01-44d9-909e-5990257e67ed.sh
    fatal: repository 'plugins' does not exist
    Error: Process completed with exit code 128.
    
    I keep similar in pullAllPluginsSource.bat
---
 pullAllPluginsSource.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pullAllPluginsSource.sh b/pullAllPluginsSource.sh
index 9d0f89b591..f2e3832cf6 100755
--- a/pullAllPluginsSource.sh
+++ b/pullAllPluginsSource.sh
@@ -18,8 +18,6 @@
 
 # Syntax: ./pullAllPluginsSource.sh
 
-set -e
-
 # Whatever, create anew
 if [ -d "plugins" ]
     then

Reply via email to