Actions
User story #21008
closedPlugins package scripts should always exit on error
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
We should enforce a "set -xe" policy on all our plugins packaging scripts written in bash.
Otherwise the install can fail but the error will not be catched by the plugin manager as the package script will not always exit with an error code
Actions