Example:
create the config somewhere in your project that we can customize it.
#CUST_SCRIPT_BLOCK=
#CUST_SCRIPT_UNBLOCK=
#CUST_SCRIPT_TEMPBLOCK=
the default should "empty" or unset.
The logics is when one these config not empty, then your project must call this sciipt via CLI instead of your own script. And respect exit_code 0 for success operation.
And any leave empty config should automatic "success" operation.
create the config somewhere in your project that we can customize it.
#CUST_SCRIPT_BLOCK=
#CUST_SCRIPT_UNBLOCK=
#CUST_SCRIPT_TEMPBLOCK=
the default should "empty" or unset.
The logics is when one these config not empty, then your project must call this sciipt via CLI instead of your own script. And respect exit_code 0 for success operation.
And any leave empty config should automatic "success" operation.