mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-20 10:51:29 +00:00
Add configurable verbosity and guarded shell tracing
This commit is contained in:
@@ -12,6 +12,10 @@ add_blackfire_darwin() {
|
||||
}
|
||||
|
||||
blackfire_config() {
|
||||
without_trace blackfire_config_helper
|
||||
}
|
||||
|
||||
blackfire_config_helper() {
|
||||
if [[ -n $BLACKFIRE_SERVER_ID ]] && [[ -n $BLACKFIRE_SERVER_TOKEN ]]; then
|
||||
blackfire agent:config --server-id="$BLACKFIRE_SERVER_ID" --server-token="$BLACKFIRE_SERVER_TOKEN"
|
||||
if [ "$os" = "Linux" ]; then
|
||||
|
||||
Reference in New Issue
Block a user