Ignoring exceptions for clean, fix
Publish PHP Package / docker (push) Successful in 5s
Details
Publish PHP Package / docker (push) Successful in 5s
Details
This commit is contained in:
parent
d74b15c7ce
commit
4a85fa9b4d
|
@ -201,7 +201,7 @@ function bhl_handle_error_result(array $ret_out, string $err_file, bool $exit =
|
||||||
function bhl_clean()
|
function bhl_clean()
|
||||||
{
|
{
|
||||||
bhl_clean_cache();
|
bhl_clean_cache();
|
||||||
bhl_shell("clean");
|
bhl_shell("clean", $ret, $out);
|
||||||
}
|
}
|
||||||
|
|
||||||
function bhl_clean_cache()
|
function bhl_clean_cache()
|
||||||
|
|
Loading…
Reference in New Issue