Skip to content

Commit

Permalink
Improved: pullAllPluginsSource.sh deleted local .git directory (OFBIZ…
Browse files Browse the repository at this point in the history
…-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 :/
  • Loading branch information
JacquesLeRoux committed Mar 18, 2024
1 parent 1785a60 commit fae131f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pullAllPluginsSource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit fae131f

Please sign in to comment.