mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-23 02:50:56 +07:00
Add configurable verbosity and guarded shell tracing
This commit is contained in:
@@ -63,6 +63,10 @@ add_relay_dependencies() {
|
||||
|
||||
# Initialize relay extension ini configuration
|
||||
init_relay_ini() {
|
||||
without_trace init_relay_ini_helper "$@"
|
||||
}
|
||||
|
||||
init_relay_ini_helper() {
|
||||
relay_ini=$1
|
||||
if [ -e "$relay_ini" ]; then
|
||||
if [[ -n "$RELAY_KEY" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user